Html Css Color HEX #B38EDC Biloba Flower

📋 copy color: '#B38EDC'

red 179 ◦ green 142 ◦ blue 220

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

Shades of Biloba Flower #B38EDC

Tints of Biloba Flower #B38EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.25%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 33.09%
G = 26.25%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B38EDC (or 0xB38EDC) is known color: Biloba Flower. HEX triplet: B3, 8E and DC. RGB value is (179,142,220). Sum of RGB (Red+Green+Blue) = 179+142+220=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #B38EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EDC is #4C7123. Grayscale: #A1A1A1. Windows color (decimal): -5009700 or 14454451. OLE color: 14454451.

HSL color Cylindrical-coordinate representation of color #B38EDC: hue angle of 268.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38EDC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 142 220 -
CMYK 0.19 0.35 0 0.14
HSL 268.46º 0.53% 0.71% -
HSV(B) 268.46º 0.35% 0.86% -
XYZ 41.18 34.1 72.12 -
YUV 161.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 179 142 220 0.19 0.35 0 0.14 268.46 0.53 0.71
Hex B3 8E DC 13 23 0 E 10C 35 47
Octal 263 216 334 23 43 0 16 414 65 107
Binary 10110011 10001110 11011100 10011 100011 0 1110 100001100 110101 1000111

Color Harmonies of #B38EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38EDC

Black with #B38EDC

Text Example


Text Example

White with #B38EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38EDC; }

 p { color: rgb(179,142,220); }

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

background-color css

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

 a { background-color: rgb(179,142,220); }

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

border-color css

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

 span { border-color: rgb(179,142,220); }

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