Html Css Color HEX #B492D4 Biloba Flower

📋 copy color: '#B492D4'

red 180 ◦ green 146 ◦ blue 212

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

Shades of Biloba Flower #B492D4

Tints of Biloba Flower #B492D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.41%

R = 33.46%
G = 27.14%
B = 39.41%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B492D4 (or 0xB492D4) is known color: Biloba Flower. HEX triplet: B4, 92 and D4. RGB value is (180,146,212). Sum of RGB (Red+Green+Blue) = 180+146+212=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #B492D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492D4 is #4B6D2B. Grayscale: #A3A3A3. Windows color (decimal): -4943148 or 13931188. OLE color: 13931188.

HSL color Cylindrical-coordinate representation of color #B492D4: hue angle of 270.91º degrees, saturation: 0.43, 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 #B492D4 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 146 212 -
CMYK 0.15 0.31 0 0.17
HSL 270.91º 0.43% 0.7% -
HSV(B) 270.91º 0.31% 0.83% -
XYZ 40.98 35.01 66.89 -
YUV 163.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 180 146 212 0.15 0.31 0 0.17 270.91 0.43 0.7
Hex B4 92 D4 F 1F 0 11 10F 2B 46
Octal 264 222 324 17 37 0 21 417 53 106
Binary 10110100 10010010 11010100 1111 11111 0 10001 100001111 101011 1000110

Color Harmonies of #B492D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492D4

Black with #B492D4

Text Example


Text Example

White with #B492D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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