Html Css Color HEX #B387EA Biloba Flower

📋 copy color: '#B387EA'

red 179 ◦ green 135 ◦ blue 234

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

Shades of Biloba Flower #B387EA

Tints of Biloba Flower #B387EA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.64%

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 32.66%
G = 24.64%
B = 42.7%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B387EA (or 0xB387EA) is known color: Biloba Flower. HEX triplet: B3, 87 and EA. RGB value is (179,135,234). Sum of RGB (Red+Green+Blue) = 179+135+234=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #B387EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387EA is #4C7815. Grayscale: #9F9F9F. Windows color (decimal): -5011478 or 15370163. OLE color: 15370163.

HSL color Cylindrical-coordinate representation of color #B387EA: hue angle of 266.67º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B387EA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 135 234 -
CMYK 0.24 0.42 0 0.08
HSL 266.67º 0.7% 0.72% -
HSV(B) 266.67º 0.42% 0.92% -
XYZ 42.11 32.85 81.96 -
YUV 159.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 179 135 234 0.24 0.42 0 0.08 266.67 0.7 0.72
Hex B3 87 EA 18 2A 0 8 10B 46 48
Octal 263 207 352 30 52 0 10 413 106 110
Binary 10110011 10000111 11101010 11000 101010 0 1000 100001011 1000110 1001000

Color Harmonies of #B387EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387EA

Black with #B387EA

Text Example


Text Example

White with #B387EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387EA; }

 p { color: rgb(179,135,234); }

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

background-color css

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

 a { background-color: rgb(179,135,234); }

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

border-color css

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

 span { border-color: rgb(179,135,234); }

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