Html Css Color HEX #B387FF Biloba Flower

📋 copy color: '#B387FF'

red 179 ◦ green 135 ◦ blue 255

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

Shades of Biloba Flower #B387FF

Tints of Biloba Flower #B387FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.82%

R = 31.46%
G = 23.73%
B = 44.82%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B387FF (or 0xB387FF) is known color: Biloba Flower. HEX triplet: B3, 87 and FF. RGB value is (179,135,255). Sum of RGB (Red+Green+Blue) = 179+135+255=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #B387FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387FF is #4C7800. Grayscale: #A1A1A1. Windows color (decimal): -5011457 or 16746419. OLE color: 16746419.

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

Color convert

RGB 179 135 255 -
CMYK 0.30 0.47 0 0
HSL 262º 1% 0.76% -
HSV(B) 262º 0.47% 1% -
XYZ 45.3 34.13 98.81 -
YUV 161.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 179 135 255 0.30 0.47 0 0 262 1 0.76
Hex B3 87 FF 1E 2F 0 0 106 64 4C
Octal 263 207 377 36 57 0 0 406 144 114
Binary 10110011 10000111 11111111 11110 101111 0 0 100000110 1100100 1001100

Color Harmonies of #B387FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387FF

Black with #B387FF

Text Example


Text Example

White with #B387FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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