Html Css Color HEX #BB8BEF Biloba Flower

📋 copy color: '#BB8BEF'

red 187 ◦ green 139 ◦ blue 239

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

Shades of Biloba Flower #BB8BEF

Tints of Biloba Flower #BB8BEF

RGB

 RED value IS 187 (73.44% from 255) = 33.1%

 GREEN value IS 139 (54.69% from 255) = 24.6%

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 33.1%
G = 24.6%
B = 42.3%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB8BEF (or 0xBB8BEF) is known color: Biloba Flower. HEX triplet: BB, 8B and EF. RGB value is (187,139,239). Sum of RGB (Red+Green+Blue) = 187+139+239=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB8BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BEF is #447410. Grayscale: #A4A4A4. Windows color (decimal): -4486161 or 15698875. OLE color: 15698875.

HSL color Cylindrical-coordinate representation of color #BB8BEF: hue angle of 268.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8BEF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 139 239 -
CMYK 0.22 0.42 0 0.06
HSL 268.8º 0.76% 0.74% -
HSV(B) 268.8º 0.42% 0.94% -
XYZ 45.31 35.26 86.08 -
YUV 164.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 187 139 239 0.22 0.42 0 0.06 268.8 0.76 0.74
Hex BB 8B EF 16 2A 0 6 10D 4C 4A
Octal 273 213 357 26 52 0 6 415 114 112
Binary 10111011 10001011 11101111 10110 101010 0 110 100001101 1001100 1001010

Color Harmonies of #BB8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BEF

Black with #BB8BEF

Text Example


Text Example

White with #BB8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BEF; }

 p { color: rgb(187,139,239); }

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

background-color css

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

 a { background-color: rgb(187,139,239); }

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

border-color css

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

 span { border-color: rgb(187,139,239); }

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