Html Css Color HEX #B492E0 Biloba Flower

📋 copy color: '#B492E0'

red 180 ◦ green 146 ◦ blue 224

#B492E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B492E0

Tints of Biloba Flower #B492E0

RGB

 RED value IS 180 (70.7% from 255) = 32.73%

 GREEN value IS 146 (57.42% from 255) = 26.55%

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 32.73%
G = 26.55%
B = 40.73%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B492E0 (or 0xB492E0) is known color: Biloba Flower. HEX triplet: B4, 92 and E0. RGB value is (180,146,224). Sum of RGB (Red+Green+Blue) = 180+146+224=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #B492E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492E0 is #4B6D1F. Grayscale: #A4A4A4. Windows color (decimal): -4943136 or 14717620. OLE color: 14717620.

HSL color Cylindrical-coordinate representation of color #B492E0: hue angle of 266.15º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B492E0 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 146 224 -
CMYK 0.20 0.35 0 0.12
HSL 266.15º 0.56% 0.73% -
HSV(B) 266.15º 0.35% 0.88% -
XYZ 42.56 35.64 75.16 -
YUV 165.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 180 146 224 0.20 0.35 0 0.12 266.15 0.56 0.73
Hex B4 92 E0 14 23 0 C 10A 38 49
Octal 264 222 340 24 43 0 14 412 70 111
Binary 10110100 10010010 11100000 10100 100011 0 1100 100001010 111000 1001001

Color Harmonies of #B492E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492E0

Black with #B492E0

Text Example


Text Example

White with #B492E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492E0; }

 p { color: rgb(180,146,224); }

 H1.HeaderClassName
 {
   color: #B492E0;
 }
 .AnyTagClassName
 {
   color: #B492E0;
 }
</style>

background-color css

<style>
 a { background-color: #B492E0; }

 a { background-color: rgb(180,146,224); }

 div.DivClassName
 {
   background-color: #B492E0;
 }
 .BgClassName
 {
   background-color: #B492E0;
 }
</style>

border-color css

<style>
 span { border-color: #B492E0; }

 span { border-color: rgb(180,146,224); }

 td.TdClassName
 {
   border-color: #B492E0;
 }
 .TagClassName
 {
   border-color: #B492E0;
 }
</style>