Html Css Color HEX #B387F9 Biloba Flower

📋 copy color: '#B387F9'

red 179 ◦ green 135 ◦ blue 249

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

Shades of Biloba Flower #B387F9

Tints of Biloba Flower #B387F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 31.79%
G = 23.98%
B = 44.23%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B387F9 (or 0xB387F9) is known color: Biloba Flower. HEX triplet: B3, 87 and F9. RGB value is (179,135,249). Sum of RGB (Red+Green+Blue) = 179+135+249=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #B387F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387F9 is #4C7806. Grayscale: #A0A0A0. Windows color (decimal): -5011463 or 16353203. OLE color: 16353203.

HSL color Cylindrical-coordinate representation of color #B387F9: hue angle of 263.16º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B387F9 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 135 249 -
CMYK 0.28 0.46 0 0.02
HSL 263.16º 0.9% 0.75% -
HSV(B) 263.16º 0.46% 0.98% -
XYZ 44.35 33.75 93.8 -
YUV 161.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 179 135 249 0.28 0.46 0 0.02 263.16 0.9 0.75
Hex B3 87 F9 1C 2E 0 2 107 5A 4B
Octal 263 207 371 34 56 0 2 407 132 113
Binary 10110011 10000111 11111001 11100 101110 0 10 100000111 1011010 1001011

Color Harmonies of #B387F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387F9

Black with #B387F9

Text Example


Text Example

White with #B387F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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