Html Css Color HEX #B883DD Biloba Flower

📋 copy color: '#B883DD'

red 184 ◦ green 131 ◦ blue 221

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

Shades of Biloba Flower #B883DD

Tints of Biloba Flower #B883DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.44%

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

R = 34.33%
G = 24.44%
B = 41.23%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B883DD (or 0xB883DD) is known color: Biloba Flower. HEX triplet: B8, 83 and DD. RGB value is (184,131,221). Sum of RGB (Red+Green+Blue) = 184+131+221=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #B883DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883DD is #477C22. Grayscale: #9C9C9C. Windows color (decimal): -4684835 or 14517176. OLE color: 14517176.

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

Color convert

RGB 184 131 221 -
CMYK 0.17 0.41 0 0.13
HSL 275.33º 0.57% 0.69% -
HSV(B) 275.33º 0.41% 0.87% -
XYZ 40.93 31.64 72.36 -
YUV 157.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 184 131 221 0.17 0.41 0 0.13 275.33 0.57 0.69
Hex B8 83 DD 11 29 0 D 113 39 45
Octal 270 203 335 21 51 0 15 423 71 105
Binary 10111000 10000011 11011101 10001 101001 0 1101 100010011 111001 1000101

Color Harmonies of #B883DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B883DD

Black with #B883DD

Text Example


Text Example

White with #B883DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B883DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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