Html Css Color HEX #B384EE Biloba Flower

📋 copy color: '#B384EE'

red 179 ◦ green 132 ◦ blue 238

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

Shades of Biloba Flower #B384EE

Tints of Biloba Flower #B384EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 32.6%
G = 24.04%
B = 43.35%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B384EE (or 0xB384EE) is known color: Biloba Flower. HEX triplet: B3, 84 and EE. RGB value is (179,132,238). Sum of RGB (Red+Green+Blue) = 179+132+238=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #B384EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384EE is #4C7B11. Grayscale: #9D9D9D. Windows color (decimal): -5012242 or 15631539. OLE color: 15631539.

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

Color convert

RGB 179 132 238 -
CMYK 0.25 0.45 0 0.07
HSL 266.6º 0.76% 0.73% -
HSV(B) 266.6º 0.45% 0.93% -
XYZ 42.27 32.26 84.89 -
YUV 158.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 179 132 238 0.25 0.45 0 0.07 266.6 0.76 0.73
Hex B3 84 EE 19 2D 0 7 10B 4C 49
Octal 263 204 356 31 55 0 7 413 114 111
Binary 10110011 10000100 11101110 11001 101101 0 111 100001011 1001100 1001001

Color Harmonies of #B384EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384EE

Black with #B384EE

Text Example


Text Example

White with #B384EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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