Html Css Color HEX #B885DD Biloba Flower

📋 copy color: '#B885DD'

red 184 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #B885DD

Tints of Biloba Flower #B885DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 34.2%
G = 24.72%
B = 41.08%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B885DD (or 0xB885DD) is known color: Biloba Flower. HEX triplet: B8, 85 and DD. RGB value is (184,133,221). Sum of RGB (Red+Green+Blue) = 184+133+221=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #B885DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885DD is #477A22. Grayscale: #9D9D9D. Windows color (decimal): -4684323 or 14517688. OLE color: 14517688.

HSL color Cylindrical-coordinate representation of color #B885DD: hue angle of 274.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B885DD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 133 221 -
CMYK 0.17 0.40 0 0.13
HSL 274.77º 0.56% 0.69% -
HSV(B) 274.77º 0.4% 0.87% -
XYZ 41.21 32.19 72.45 -
YUV 158.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 184 133 221 0.17 0.40 0 0.13 274.77 0.56 0.69
Hex B8 85 DD 11 28 0 D 113 38 45
Octal 270 205 335 21 50 0 15 423 70 105
Binary 10111000 10000101 11011101 10001 101000 0 1101 100010011 111000 1000101

Color Harmonies of #B885DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885DD

Black with #B885DD

Text Example


Text Example

White with #B885DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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