Html Css Color HEX #B492DF Biloba Flower

📋 copy color: '#B492DF'

red 180 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #B492DF

Tints of Biloba Flower #B492DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 32.79%
G = 26.59%
B = 40.62%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B492DF (or 0xB492DF) is known color: Biloba Flower. HEX triplet: B4, 92 and DF. RGB value is (180,146,223). Sum of RGB (Red+Green+Blue) = 180+146+223=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B492DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492DF is #4B6D20. Grayscale: #A4A4A4. Windows color (decimal): -4943137 or 14652084. OLE color: 14652084.

HSL color Cylindrical-coordinate representation of color #B492DF: hue angle of 266.49º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B492DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 146 223 -
CMYK 0.19 0.35 0 0.13
HSL 266.49º 0.55% 0.72% -
HSV(B) 266.49º 0.35% 0.87% -
XYZ 42.42 35.59 74.45 -
YUV 164.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 180 146 223 0.19 0.35 0 0.13 266.49 0.55 0.72
Hex B4 92 DF 13 23 0 D 10A 37 48
Octal 264 222 337 23 43 0 15 412 67 110
Binary 10110100 10010010 11011111 10011 100011 0 1101 100001010 110111 1001000

Color Harmonies of #B492DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492DF

Black with #B492DF

Text Example


Text Example

White with #B492DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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