Html Css Color HEX #B885E4 Biloba Flower

📋 copy color: '#B885E4'

red 184 ◦ green 133 ◦ blue 228

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

Shades of Biloba Flower #B885E4

Tints of Biloba Flower #B885E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.83%

R = 33.76%
G = 24.4%
B = 41.83%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B885E4 (or 0xB885E4) is known color: Biloba Flower. HEX triplet: B8, 85 and E4. RGB value is (184,133,228). Sum of RGB (Red+Green+Blue) = 184+133+228=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #B885E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885E4 is #477A1B. Grayscale: #9E9E9E. Windows color (decimal): -4684316 or 14976440. OLE color: 14976440.

HSL color Cylindrical-coordinate representation of color #B885E4: hue angle of 272.21º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B885E4 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 133 228 -
CMYK 0.19 0.42 0 0.11
HSL 272.21º 0.64% 0.71% -
HSV(B) 272.21º 0.42% 0.89% -
XYZ 42.16 32.57 77.46 -
YUV 159.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 184 133 228 0.19 0.42 0 0.11 272.21 0.64 0.71
Hex B8 85 E4 13 2A 0 B 110 40 47
Octal 270 205 344 23 52 0 13 420 100 107
Binary 10111000 10000101 11100100 10011 101010 0 1011 100010000 1000000 1000111

Color Harmonies of #B885E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885E4

Black with #B885E4

Text Example


Text Example

White with #B885E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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