Html Css Color HEX #B88FF2 Biloba Flower

📋 copy color: '#B88FF2'

red 184 ◦ green 143 ◦ blue 242

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

Shades of Biloba Flower #B88FF2

Tints of Biloba Flower #B88FF2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.13%

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

R = 32.34%
G = 25.13%
B = 42.53%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B88FF2 (or 0xB88FF2) is known color: Biloba Flower. HEX triplet: B8, 8F and F2. RGB value is (184,143,242). Sum of RGB (Red+Green+Blue) = 184+143+242=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #B88FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FF2 is #47700D. Grayscale: #A6A6A6. Windows color (decimal): -4681742 or 15896504. OLE color: 15896504.

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

Color convert

RGB 184 143 242 -
CMYK 0.24 0.41 0 0.05
HSL 264.85º 0.79% 0.75% -
HSV(B) 264.85º 0.41% 0.95% -
XYZ 45.62 36.25 88.6 -
YUV 166.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 184 143 242 0.24 0.41 0 0.05 264.85 0.79 0.75
Hex B8 8F F2 18 29 0 5 109 4F 4B
Octal 270 217 362 30 51 0 5 411 117 113
Binary 10111000 10001111 11110010 11000 101001 0 101 100001001 1001111 1001011

Color Harmonies of #B88FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88FF2

Black with #B88FF2

Text Example


Text Example

White with #B88FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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