Html Css Color HEX #B492DC Biloba Flower

📋 copy color: '#B492DC'

red 180 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #B492DC

Tints of Biloba Flower #B492DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 32.97%
G = 26.74%
B = 40.29%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B492DC (or 0xB492DC) is known color: Biloba Flower. HEX triplet: B4, 92 and DC. RGB value is (180,146,220). Sum of RGB (Red+Green+Blue) = 180+146+220=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B492DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492DC is #4B6D23. Grayscale: #A4A4A4. Windows color (decimal): -4943140 or 14455476. OLE color: 14455476.

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

Color convert

RGB 180 146 220 -
CMYK 0.18 0.34 0 0.14
HSL 267.57º 0.51% 0.72% -
HSV(B) 267.57º 0.34% 0.86% -
XYZ 42.02 35.43 72.33 -
YUV 164.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 180 146 220 0.18 0.34 0 0.14 267.57 0.51 0.72
Hex B4 92 DC 12 22 0 E 10C 33 48
Octal 264 222 334 22 42 0 16 414 63 110
Binary 10110100 10010010 11011100 10010 100010 0 1110 100001100 110011 1001000

Color Harmonies of #B492DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492DC

Black with #B492DC

Text Example


Text Example

White with #B492DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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