Html Css Color HEX #B38CED Biloba Flower

📋 copy color: '#B38CED'

red 179 ◦ green 140 ◦ blue 237

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

Shades of Biloba Flower #B38CED

Tints of Biloba Flower #B38CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 32.19%
G = 25.18%
B = 42.63%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B38CED (or 0xB38CED) is known color: Biloba Flower. HEX triplet: B3, 8C and ED. RGB value is (179,140,237). Sum of RGB (Red+Green+Blue) = 179+140+237=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #B38CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CED is #4C7312. Grayscale: #A2A2A2. Windows color (decimal): -5010195 or 15568051. OLE color: 15568051.

HSL color Cylindrical-coordinate representation of color #B38CED: hue angle of 264.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38CED is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 140 237 -
CMYK 0.24 0.41 0 0.07
HSL 264.12º 0.73% 0.74% -
HSV(B) 264.12º 0.41% 0.93% -
XYZ 43.25 34.45 84.49 -
YUV 162.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 179 140 237 0.24 0.41 0 0.07 264.12 0.73 0.74
Hex B3 8C ED 18 29 0 7 108 49 4A
Octal 263 214 355 30 51 0 7 410 111 112
Binary 10110011 10001100 11101101 11000 101001 0 111 100001000 1001001 1001010

Color Harmonies of #B38CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CED

Black with #B38CED

Text Example


Text Example

White with #B38CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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