Html Css Color HEX #B399EE Biloba Flower

📋 copy color: '#B399EE'

red 179 ◦ green 153 ◦ blue 238

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

Shades of Biloba Flower #B399EE

Tints of Biloba Flower #B399EE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.84%

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

R = 31.4%
G = 26.84%
B = 41.75%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B399EE (or 0xB399EE) is known color: Biloba Flower. HEX triplet: B3, 99 and EE. RGB value is (179,153,238). Sum of RGB (Red+Green+Blue) = 179+153+238=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #B399EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399EE is #4C6611. Grayscale: #AAAAAA. Windows color (decimal): -5006866 or 15636915. OLE color: 15636915.

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

Color convert

RGB 179 153 238 -
CMYK 0.25 0.36 0 0.07
HSL 258.35º 0.71% 0.77% -
HSV(B) 258.35º 0.36% 0.93% -
XYZ 45.41 38.54 85.93 -
YUV 170.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 179 153 238 0.25 0.36 0 0.07 258.35 0.71 0.77
Hex B3 99 EE 19 24 0 7 102 47 4D
Octal 263 231 356 31 44 0 7 402 107 115
Binary 10110011 10011001 11101110 11001 100100 0 111 100000010 1000111 1001101

Color Harmonies of #B399EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399EE

Black with #B399EE

Text Example


Text Example

White with #B399EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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