Html Css Color HEX #B492CE Biloba Flower

📋 copy color: '#B492CE'

red 180 ◦ green 146 ◦ blue 206

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

Shades of Biloba Flower #B492CE

Tints of Biloba Flower #B492CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 33.83%
G = 27.44%
B = 38.72%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B492CE (or 0xB492CE) is known color: Biloba Flower. HEX triplet: B4, 92 and CE. RGB value is (180,146,206). Sum of RGB (Red+Green+Blue) = 180+146+206=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #B492CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492CE is #4B6D31. Grayscale: #A2A2A2. Windows color (decimal): -4943154 or 13537972. OLE color: 13537972.

HSL color Cylindrical-coordinate representation of color #B492CE: hue angle of 274º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B492CE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 146 206 -
CMYK 0.13 0.29 0 0.19
HSL 274º 0.38% 0.69% -
HSV(B) 274º 0.29% 0.81% -
XYZ 40.24 34.72 62.97 -
YUV 163.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 180 146 206 0.13 0.29 0 0.19 274 0.38 0.69
Hex B4 92 CE D 1D 0 13 112 26 45
Octal 264 222 316 15 35 0 23 422 46 105
Binary 10110100 10010010 11001110 1101 11101 0 10011 100010010 100110 1000101

Color Harmonies of #B492CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492CE

Black with #B492CE

Text Example


Text Example

White with #B492CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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