Html Css Color HEX #B38CDD Biloba Flower

📋 copy color: '#B38CDD'

red 179 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #B38CDD

Tints of Biloba Flower #B38CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.93%

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

R = 33.15%
G = 25.93%
B = 40.93%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B38CDD (or 0xB38CDD) is known color: Biloba Flower. HEX triplet: B3, 8C and DD. RGB value is (179,140,221). Sum of RGB (Red+Green+Blue) = 179+140+221=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B38CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CDD is #4C7322. Grayscale: #A0A0A0. Windows color (decimal): -5010211 or 14519475. OLE color: 14519475.

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

Color convert

RGB 179 140 221 -
CMYK 0.19 0.37 0 0.13
HSL 268.89º 0.54% 0.71% -
HSV(B) 268.89º 0.37% 0.87% -
XYZ 41.02 33.56 72.72 -
YUV 160.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 179 140 221 0.19 0.37 0 0.13 268.89 0.54 0.71
Hex B3 8C DD 13 25 0 D 10D 36 47
Octal 263 214 335 23 45 0 15 415 66 107
Binary 10110011 10001100 11011101 10011 100101 0 1101 100001101 110110 1000111

Color Harmonies of #B38CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CDD

Black with #B38CDD

Text Example


Text Example

White with #B38CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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