Html Css Color HEX #B88CE8 Biloba Flower

📋 copy color: '#B88CE8'

red 184 ◦ green 140 ◦ blue 232

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

Shades of Biloba Flower #B88CE8

Tints of Biloba Flower #B88CE8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.18%

 BLUE value IS 232 (91.02% from 255) = 41.73%

R = 33.09%
G = 25.18%
B = 41.73%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B88CE8 (or 0xB88CE8) is known color: Biloba Flower. HEX triplet: B8, 8C and E8. RGB value is (184,140,232). Sum of RGB (Red+Green+Blue) = 184+140+232=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #B88CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CE8 is #477317. Grayscale: #A3A3A3. Windows color (decimal): -4682520 or 15240376. OLE color: 15240376.

HSL color Cylindrical-coordinate representation of color #B88CE8: hue angle of 268.7º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B88CE8 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 140 232 -
CMYK 0.21 0.40 0 0.09
HSL 268.7º 0.67% 0.73% -
HSV(B) 268.7º 0.4% 0.91% -
XYZ 43.71 34.77 80.75 -
YUV 163.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 184 140 232 0.21 0.40 0 0.09 268.7 0.67 0.73
Hex B8 8C E8 15 28 0 9 10D 43 49
Octal 270 214 350 25 50 0 11 415 103 111
Binary 10111000 10001100 11101000 10101 101000 0 1001 100001101 1000011 1001001

Color Harmonies of #B88CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CE8

Black with #B88CE8

Text Example


Text Example

White with #B88CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CE8; }

 p { color: rgb(184,140,232); }

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

background-color css

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

 a { background-color: rgb(184,140,232); }

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

border-color css

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

 span { border-color: rgb(184,140,232); }

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