Html Css Color HEX #B38CEF Biloba Flower

📋 copy color: '#B38CEF'

red 179 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #B38CEF

Tints of Biloba Flower #B38CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 32.08%
G = 25.09%
B = 42.83%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B38CEF (or 0xB38CEF) is known color: Biloba Flower. HEX triplet: B3, 8C and EF. RGB value is (179,140,239). Sum of RGB (Red+Green+Blue) = 179+140+239=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #B38CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CEF is #4C7310. Grayscale: #A2A2A2. Windows color (decimal): -5010193 or 15699123. OLE color: 15699123.

HSL color Cylindrical-coordinate representation of color #B38CEF: hue angle of 263.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38CEF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 140 239 -
CMYK 0.25 0.41 0 0.06
HSL 263.64º 0.76% 0.74% -
HSV(B) 263.64º 0.41% 0.94% -
XYZ 43.55 34.57 86.04 -
YUV 162.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 179 140 239 0.25 0.41 0 0.06 263.64 0.76 0.74
Hex B3 8C EF 19 29 0 6 108 4C 4A
Octal 263 214 357 31 51 0 6 410 114 112
Binary 10110011 10001100 11101111 11001 101001 0 110 100001000 1001100 1001010

Color Harmonies of #B38CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CEF

Black with #B38CEF

Text Example


Text Example

White with #B38CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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