Html Css Color HEX #B492DB Biloba Flower

📋 copy color: '#B492DB'

red 180 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #B492DB

Tints of Biloba Flower #B492DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 33.03%
G = 26.79%
B = 40.18%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B492DB (or 0xB492DB) is known color: Biloba Flower. HEX triplet: B4, 92 and DB. RGB value is (180,146,219). Sum of RGB (Red+Green+Blue) = 180+146+219=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B492DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492DB is #4B6D24. Grayscale: #A4A4A4. Windows color (decimal): -4943141 or 14389940. OLE color: 14389940.

HSL color Cylindrical-coordinate representation of color #B492DB: hue angle of 267.95º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B492DB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 146 219 -
CMYK 0.18 0.33 0 0.14
HSL 267.95º 0.5% 0.72% -
HSV(B) 267.95º 0.33% 0.86% -
XYZ 41.89 35.38 71.64 -
YUV 164.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 180 146 219 0.18 0.33 0 0.14 267.95 0.5 0.72
Hex B4 92 DB 12 21 0 E 10C 32 48
Octal 264 222 333 22 41 0 16 414 62 110
Binary 10110100 10010010 11011011 10010 100001 0 1110 100001100 110010 1001000

Color Harmonies of #B492DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492DB

Black with #B492DB

Text Example


Text Example

White with #B492DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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