Html Css Color HEX #B38CDF Biloba Flower

📋 copy color: '#B38CDF'

red 179 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #B38CDF

Tints of Biloba Flower #B38CDF

RGB

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

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

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

R = 33.03%
G = 25.83%
B = 41.14%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B38CDF (or 0xB38CDF) is known color: Biloba Flower. HEX triplet: B3, 8C and DF. RGB value is (179,140,223). Sum of RGB (Red+Green+Blue) = 179+140+223=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B38CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CDF is #4C7320. Grayscale: #A0A0A0. Windows color (decimal): -5010209 or 14650547. OLE color: 14650547.

HSL color Cylindrical-coordinate representation of color #B38CDF: hue angle of 268.19º degrees, saturation: 0.56, 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 #B38CDF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 140 223 -
CMYK 0.20 0.37 0 0.13
HSL 268.19º 0.56% 0.71% -
HSV(B) 268.19º 0.37% 0.87% -
XYZ 41.29 33.67 74.13 -
YUV 161.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 179 140 223 0.20 0.37 0 0.13 268.19 0.56 0.71
Hex B3 8C DF 14 25 0 D 10C 38 47
Octal 263 214 337 24 45 0 15 414 70 107
Binary 10110011 10001100 11011111 10100 100101 0 1101 100001100 111000 1000111

Color Harmonies of #B38CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CDF

Black with #B38CDF

Text Example


Text Example

White with #B38CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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