Html Css Color HEX #B387D4 Biloba Flower

📋 copy color: '#B387D4'

red 179 ◦ green 135 ◦ blue 212

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

Shades of Biloba Flower #B387D4

Tints of Biloba Flower #B387D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.3%

R = 34.03%
G = 25.67%
B = 40.3%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B387D4 (or 0xB387D4) is known color: Biloba Flower. HEX triplet: B3, 87 and D4. RGB value is (179,135,212). Sum of RGB (Red+Green+Blue) = 179+135+212=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #B387D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387D4 is #4C782B. Grayscale: #9C9C9C. Windows color (decimal): -5011500 or 13928371. OLE color: 13928371.

HSL color Cylindrical-coordinate representation of color #B387D4: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B387D4 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 135 212 -
CMYK 0.16 0.36 0 0.17
HSL 274.29º 0.47% 0.68% -
HSV(B) 274.29º 0.36% 0.83% -
XYZ 39.14 31.67 66.34 -
YUV 156.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 179 135 212 0.16 0.36 0 0.17 274.29 0.47 0.68
Hex B3 87 D4 10 24 0 11 112 2F 44
Octal 263 207 324 20 44 0 21 422 57 104
Binary 10110011 10000111 11010100 10000 100100 0 10001 100010010 101111 1000100

Color Harmonies of #B387D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387D4

Black with #B387D4

Text Example


Text Example

White with #B387D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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