Html Css Color HEX #B384EC Biloba Flower

📋 copy color: '#B384EC'

red 179 ◦ green 132 ◦ blue 236

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

Shades of Biloba Flower #B384EC

Tints of Biloba Flower #B384EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 32.72%
G = 24.13%
B = 43.14%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B384EC (or 0xB384EC) is known color: Biloba Flower. HEX triplet: B3, 84 and EC. RGB value is (179,132,236). Sum of RGB (Red+Green+Blue) = 179+132+236=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B384EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384EC is #4C7B13. Grayscale: #9D9D9D. Windows color (decimal): -5012244 or 15500467. OLE color: 15500467.

HSL color Cylindrical-coordinate representation of color #B384EC: hue angle of 267.12º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B384EC is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 132 236 -
CMYK 0.24 0.44 0 0.07
HSL 267.12º 0.73% 0.72% -
HSV(B) 267.12º 0.44% 0.93% -
XYZ 41.98 32.14 83.35 -
YUV 157.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 179 132 236 0.24 0.44 0 0.07 267.12 0.73 0.72
Hex B3 84 EC 18 2C 0 7 10B 49 48
Octal 263 204 354 30 54 0 7 413 111 110
Binary 10110011 10000100 11101100 11000 101100 0 111 100001011 1001001 1001000

Color Harmonies of #B384EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384EC

Black with #B384EC

Text Example


Text Example

White with #B384EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384EC; }

 p { color: rgb(179,132,236); }

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

background-color css

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

 a { background-color: rgb(179,132,236); }

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

border-color css

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

 span { border-color: rgb(179,132,236); }

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