Html Css Color HEX #B893DD Biloba Flower

📋 copy color: '#B893DD'

red 184 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #B893DD

Tints of Biloba Flower #B893DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.63%

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

R = 33.33%
G = 26.63%
B = 40.04%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B893DD (or 0xB893DD) is known color: Biloba Flower. HEX triplet: B8, 93 and DD. RGB value is (184,147,221). Sum of RGB (Red+Green+Blue) = 184+147+221=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B893DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893DD is #476C22. Grayscale: #A6A6A6. Windows color (decimal): -4680739 or 14521272. OLE color: 14521272.

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

Color convert

RGB 184 147 221 -
CMYK 0.17 0.33 0 0.13
HSL 270º 0.52% 0.72% -
HSV(B) 270º 0.33% 0.87% -
XYZ 43.25 36.28 73.13 -
YUV 166.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 184 147 221 0.17 0.33 0 0.13 270 0.52 0.72
Hex B8 93 DD 11 21 0 D 10E 34 48
Octal 270 223 335 21 41 0 15 416 64 110
Binary 10111000 10010011 11011101 10001 100001 0 1101 100001110 110100 1001000

Color Harmonies of #B893DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B893DD

Black with #B893DD

Text Example


Text Example

White with #B893DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B893DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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