Html Css Color HEX #B885EE Biloba Flower

📋 copy color: '#B885EE'

red 184 ◦ green 133 ◦ blue 238

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

Shades of Biloba Flower #B885EE

Tints of Biloba Flower #B885EE

RGB

 RED value IS 184 (72.27% from 255) = 33.15%

 GREEN value IS 133 (52.34% from 255) = 23.96%

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

R = 33.15%
G = 23.96%
B = 42.88%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B885EE (or 0xB885EE) is known color: Biloba Flower. HEX triplet: B8, 85 and EE. RGB value is (184,133,238). Sum of RGB (Red+Green+Blue) = 184+133+238=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #B885EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885EE is #477A11. Grayscale: #9F9F9F. Windows color (decimal): -4684306 or 15631800. OLE color: 15631800.

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

Color convert

RGB 184 133 238 -
CMYK 0.23 0.44 0 0.07
HSL 269.14º 0.76% 0.73% -
HSV(B) 269.14º 0.44% 0.93% -
XYZ 43.59 33.14 84.99 -
YUV 160.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 184 133 238 0.23 0.44 0 0.07 269.14 0.76 0.73
Hex B8 85 EE 17 2C 0 7 10D 4C 49
Octal 270 205 356 27 54 0 7 415 114 111
Binary 10111000 10000101 11101110 10111 101100 0 111 100001101 1001100 1001001

Color Harmonies of #B885EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885EE

Black with #B885EE

Text Example


Text Example

White with #B885EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885EE; }

 p { color: rgb(184,133,238); }

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

background-color css

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

 a { background-color: rgb(184,133,238); }

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

border-color css

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

 span { border-color: rgb(184,133,238); }

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