Html Css Color HEX #B384ED Biloba Flower

📋 copy color: '#B384ED'

red 179 ◦ green 132 ◦ blue 237

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

Shades of Biloba Flower #B384ED

Tints of Biloba Flower #B384ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 32.66%
G = 24.09%
B = 43.25%

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

#B384ED (or 0xB384ED) is known color: Biloba Flower. HEX triplet: B3, 84 and ED. RGB value is (179,132,237). Sum of RGB (Red+Green+Blue) = 179+132+237=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #B384ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384ED is #4C7B12. Grayscale: #9D9D9D. Windows color (decimal): -5012243 or 15566003. OLE color: 15566003.

HSL color Cylindrical-coordinate representation of color #B384ED: hue angle of 266.86º degrees, saturation: 0.74, 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 #B384ED is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 132 237 -
CMYK 0.24 0.44 0 0.07
HSL 266.86º 0.74% 0.72% -
HSV(B) 266.86º 0.44% 0.93% -
XYZ 42.13 32.2 84.12 -
YUV 158.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 179 132 237 0.24 0.44 0 0.07 266.86 0.74 0.72
Hex B3 84 ED 18 2C 0 7 10B 4A 48
Octal 263 204 355 30 54 0 7 413 112 110
Binary 10110011 10000100 11101101 11000 101100 0 111 100001011 1001010 1001000

Color Harmonies of #B384ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384ED

Black with #B384ED

Text Example


Text Example

White with #B384ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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