Html Css Color HEX #B88CF2 Biloba Flower

📋 copy color: '#B88CF2'

red 184 ◦ green 140 ◦ blue 242

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

Shades of Biloba Flower #B88CF2

Tints of Biloba Flower #B88CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 32.51%
G = 24.73%
B = 42.76%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B88CF2 (or 0xB88CF2) is known color: Biloba Flower. HEX triplet: B8, 8C and F2. RGB value is (184,140,242). Sum of RGB (Red+Green+Blue) = 184+140+242=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #B88CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CF2 is #47730D. Grayscale: #A4A4A4. Windows color (decimal): -4682510 or 15895736. OLE color: 15895736.

HSL color Cylindrical-coordinate representation of color #B88CF2: hue angle of 265.88º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B88CF2 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 140 242 -
CMYK 0.24 0.42 0 0.05
HSL 265.88º 0.8% 0.75% -
HSV(B) 265.88º 0.42% 0.95% -
XYZ 45.17 35.36 88.45 -
YUV 164.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 184 140 242 0.24 0.42 0 0.05 265.88 0.8 0.75
Hex B8 8C F2 18 2A 0 5 10A 50 4B
Octal 270 214 362 30 52 0 5 412 120 113
Binary 10111000 10001100 11110010 11000 101010 0 101 100001010 1010000 1001011

Color Harmonies of #B88CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CF2

Black with #B88CF2

Text Example


Text Example

White with #B88CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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