Html Css Color HEX #B38CE6 Biloba Flower

📋 copy color: '#B38CE6'

red 179 ◦ green 140 ◦ blue 230

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

Shades of Biloba Flower #B38CE6

Tints of Biloba Flower #B38CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 32.6%
G = 25.5%
B = 41.89%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B38CE6 (or 0xB38CE6) is known color: Biloba Flower. HEX triplet: B3, 8C and E6. RGB value is (179,140,230). Sum of RGB (Red+Green+Blue) = 179+140+230=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #B38CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CE6 is #4C7319. Grayscale: #A1A1A1. Windows color (decimal): -5010202 or 15109299. OLE color: 15109299.

HSL color Cylindrical-coordinate representation of color #B38CE6: hue angle of 266º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B38CE6 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 140 230 -
CMYK 0.22 0.39 0 0.10
HSL 266º 0.64% 0.73% -
HSV(B) 266º 0.39% 0.9% -
XYZ 42.25 34.05 79.21 -
YUV 161.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 179 140 230 0.22 0.39 0 0.10 266 0.64 0.73
Hex B3 8C E6 16 27 0 A 10A 40 49
Octal 263 214 346 26 47 0 12 412 100 111
Binary 10110011 10001100 11100110 10110 100111 0 1010 100001010 1000000 1001001

Color Harmonies of #B38CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CE6

Black with #B38CE6

Text Example


Text Example

White with #B38CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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