Html Css Color HEX #B392DD Biloba Flower

📋 copy color: '#B392DD'

red 179 ◦ green 146 ◦ blue 221

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

Shades of Biloba Flower #B392DD

Tints of Biloba Flower #B392DD

RGB

 RED value IS 179 (70.31% from 255) = 32.78%

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 32.78%
G = 26.74%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B392DD (or 0xB392DD) is known color: Biloba Flower. HEX triplet: B3, 92 and DD. RGB value is (179,146,221). Sum of RGB (Red+Green+Blue) = 179+146+221=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B392DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392DD is #4C6D22. Grayscale: #A4A4A4. Windows color (decimal): -5008675 or 14521011. OLE color: 14521011.

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

Color convert

RGB 179 146 221 -
CMYK 0.19 0.34 0 0.13
HSL 266.4º 0.52% 0.72% -
HSV(B) 266.4º 0.34% 0.87% -
XYZ 41.92 35.36 73.02 -
YUV 164.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 179 146 221 0.19 0.34 0 0.13 266.4 0.52 0.72
Hex B3 92 DD 13 22 0 D 10A 34 48
Octal 263 222 335 23 42 0 15 412 64 110
Binary 10110011 10010010 11011101 10011 100010 0 1101 100001010 110100 1001000

Color Harmonies of #B392DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392DD

Black with #B392DD

Text Example


Text Example

White with #B392DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392DD; }

 p { color: rgb(179,146,221); }

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

background-color css

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

 a { background-color: rgb(179,146,221); }

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

border-color css

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

 span { border-color: rgb(179,146,221); }

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