Html Css Color HEX #B992D3 Biloba Flower

📋 copy color: '#B992D3'

red 185 ◦ green 146 ◦ blue 211

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

Shades of Biloba Flower #B992D3

Tints of Biloba Flower #B992D3

RGB

 RED value IS 185 (72.66% from 255) = 34.13%

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

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 34.13%
G = 26.94%
B = 38.93%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B992D3 (or 0xB992D3) is known color: Biloba Flower. HEX triplet: B9, 92 and D3. RGB value is (185,146,211). Sum of RGB (Red+Green+Blue) = 185+146+211=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #B992D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992D3 is #466D2C. Grayscale: #A4A4A4. Windows color (decimal): -4615469 or 13865657. OLE color: 13865657.

HSL color Cylindrical-coordinate representation of color #B992D3: hue angle of 276º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B992D3 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 146 211 -
CMYK 0.12 0.31 0 0.17
HSL 276º 0.42% 0.7% -
HSV(B) 276º 0.31% 0.83% -
XYZ 42.04 35.58 66.28 -
YUV 165.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 185 146 211 0.12 0.31 0 0.17 276 0.42 0.7
Hex B9 92 D3 C 1F 0 11 114 2A 46
Octal 271 222 323 14 37 0 21 424 52 106
Binary 10111001 10010010 11010011 1100 11111 0 10001 100010100 101010 1000110

Color Harmonies of #B992D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992D3

Black with #B992D3

Text Example


Text Example

White with #B992D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992D3; }

 p { color: rgb(185,146,211); }

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

background-color css

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

 a { background-color: rgb(185,146,211); }

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

border-color css

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

 span { border-color: rgb(185,146,211); }

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