Html Css Color HEX #B392DA Biloba Flower

📋 copy color: '#B392DA'

red 179 ◦ green 146 ◦ blue 218

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

Shades of Biloba Flower #B392DA

Tints of Biloba Flower #B392DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 32.97%
G = 26.89%
B = 40.15%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B392DA (or 0xB392DA) is known color: Biloba Flower. HEX triplet: B3, 92 and DA. RGB value is (179,146,218). Sum of RGB (Red+Green+Blue) = 179+146+218=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B392DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392DA is #4C6D25. Grayscale: #A3A3A3. Windows color (decimal): -5008678 or 14324403. OLE color: 14324403.

HSL color Cylindrical-coordinate representation of color #B392DA: hue angle of 267.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B392DA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 146 218 -
CMYK 0.18 0.33 0 0.15
HSL 267.5º 0.49% 0.71% -
HSV(B) 267.5º 0.33% 0.85% -
XYZ 41.52 35.2 70.94 -
YUV 164.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 179 146 218 0.18 0.33 0 0.15 267.5 0.49 0.71
Hex B3 92 DA 12 21 0 F 10C 31 47
Octal 263 222 332 22 41 0 17 414 61 107
Binary 10110011 10010010 11011010 10010 100001 0 1111 100001100 110001 1000111

Color Harmonies of #B392DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392DA

Black with #B392DA

Text Example


Text Example

White with #B392DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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