Html Css Color HEX #B88CE4 Biloba Flower

📋 copy color: '#B88CE4'

red 184 ◦ green 140 ◦ blue 228

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

Shades of Biloba Flower #B88CE4

Tints of Biloba Flower #B88CE4

RGB

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

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

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

R = 33.33%
G = 25.36%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B88CE4 (or 0xB88CE4) is known color: Biloba Flower. HEX triplet: B8, 8C and E4. RGB value is (184,140,228). Sum of RGB (Red+Green+Blue) = 184+140+228=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #B88CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CE4 is #47731B. Grayscale: #A2A2A2. Windows color (decimal): -4682524 or 14978232. OLE color: 14978232.

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

Color convert

RGB 184 140 228 -
CMYK 0.19 0.39 0 0.11
HSL 270º 0.62% 0.72% -
HSV(B) 270º 0.39% 0.89% -
XYZ 43.15 34.55 77.79 -
YUV 163.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 184 140 228 0.19 0.39 0 0.11 270 0.62 0.72
Hex B8 8C E4 13 27 0 B 10E 3E 48
Octal 270 214 344 23 47 0 13 416 76 110
Binary 10111000 10001100 11100100 10011 100111 0 1011 100001110 111110 1001000

Color Harmonies of #B88CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CE4

Black with #B88CE4

Text Example


Text Example

White with #B88CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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