Html Css Color HEX #B387FE Biloba Flower

📋 copy color: '#B387FE'

red 179 ◦ green 135 ◦ blue 254

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

Shades of Biloba Flower #B387FE

Tints of Biloba Flower #B387FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 31.51%
G = 23.77%
B = 44.72%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B387FE (or 0xB387FE) is known color: Biloba Flower. HEX triplet: B3, 87 and FE. RGB value is (179,135,254). Sum of RGB (Red+Green+Blue) = 179+135+254=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #B387FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387FE is #4C7801. Grayscale: #A1A1A1. Windows color (decimal): -5011458 or 16680883. OLE color: 16680883.

HSL color Cylindrical-coordinate representation of color #B387FE: hue angle of 262.18º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B387FE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 135 254 -
CMYK 0.30 0.47 0 0.00
HSL 262.18º 0.98% 0.76% -
HSV(B) 262.18º 0.47% 1% -
XYZ 45.14 34.07 97.96 -
YUV 161.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 179 135 254 0.30 0.47 0 0.00 262.18 0.98 0.76
Hex B3 87 FE 1E 2F 0 0 106 62 4C
Octal 263 207 376 36 57 0 0 406 142 114
Binary 10110011 10000111 11111110 11110 101111 0 0 100000110 1100010 1001100

Color Harmonies of #B387FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387FE

Black with #B387FE

Text Example


Text Example

White with #B387FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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