Html Css Color HEX #B88CE6 Biloba Flower

📋 copy color: '#B88CE6'

red 184 ◦ green 140 ◦ blue 230

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

Shades of Biloba Flower #B88CE6

Tints of Biloba Flower #B88CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 33.21%
G = 25.27%
B = 41.52%

CMYK

 C value IS 0.2

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B88CE6 (or 0xB88CE6) is known color: Biloba Flower. HEX triplet: B8, 8C and E6. RGB value is (184,140,230). Sum of RGB (Red+Green+Blue) = 184+140+230=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #B88CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CE6 is #477319. Grayscale: #A3A3A3. Windows color (decimal): -4682522 or 15109304. OLE color: 15109304.

HSL color Cylindrical-coordinate representation of color #B88CE6: hue angle of 269.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88CE6 is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 140 230 -
CMYK 0.2 0.39 0 0.10
HSL 269.33º 0.64% 0.73% -
HSV(B) 269.33º 0.39% 0.9% -
XYZ 43.43 34.66 79.26 -
YUV 163.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 184 140 230 0.2 0.39 0 0.10 269.33 0.64 0.73
Hex B8 8C E6 14 27 0 A 10D 40 49
Octal 270 214 346 24 47 0 12 415 100 111
Binary 10111000 10001100 11100110 10100 100111 0 1010 100001101 1000000 1001001

Color Harmonies of #B88CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CE6

Black with #B88CE6

Text Example


Text Example

White with #B88CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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