Html Css Color HEX #B492D5 Biloba Flower

📋 copy color: '#B492D5'

red 180 ◦ green 146 ◦ blue 213

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

Shades of Biloba Flower #B492D5

Tints of Biloba Flower #B492D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 33.4%
G = 27.09%
B = 39.52%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B492D5 (or 0xB492D5) is known color: Biloba Flower. HEX triplet: B4, 92 and D5. RGB value is (180,146,213). Sum of RGB (Red+Green+Blue) = 180+146+213=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #B492D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492D5 is #4B6D2A. Grayscale: #A3A3A3. Windows color (decimal): -4943147 or 13996724. OLE color: 13996724.

HSL color Cylindrical-coordinate representation of color #B492D5: hue angle of 270.45º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B492D5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 146 213 -
CMYK 0.15 0.31 0 0.16
HSL 270.45º 0.44% 0.7% -
HSV(B) 270.45º 0.31% 0.84% -
XYZ 41.11 35.07 67.55 -
YUV 163.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 180 146 213 0.15 0.31 0 0.16 270.45 0.44 0.7
Hex B4 92 D5 F 1F 0 10 10E 2C 46
Octal 264 222 325 17 37 0 20 416 54 106
Binary 10110100 10010010 11010101 1111 11111 0 10000 100001110 101100 1000110

Color Harmonies of #B492D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492D5

Black with #B492D5

Text Example


Text Example

White with #B492D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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