Html Css Color HEX #BB8FEA Biloba Flower

📋 copy color: '#BB8FEA'

red 187 ◦ green 143 ◦ blue 234

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

Shades of Biloba Flower #BB8FEA

Tints of Biloba Flower #BB8FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 33.16%
G = 25.35%
B = 41.49%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB8FEA (or 0xBB8FEA) is known color: Biloba Flower. HEX triplet: BB, 8F and EA. RGB value is (187,143,234). Sum of RGB (Red+Green+Blue) = 187+143+234=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FEA is #447015. Grayscale: #A6A6A6. Windows color (decimal): -4485142 or 15372219. OLE color: 15372219.

HSL color Cylindrical-coordinate representation of color #BB8FEA: hue angle of 269.01º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8FEA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 143 234 -
CMYK 0.20 0.39 0 0.08
HSL 269.01º 0.68% 0.74% -
HSV(B) 269.01º 0.39% 0.92% -
XYZ 45.17 36.15 82.44 -
YUV 166.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 187 143 234 0.20 0.39 0 0.08 269.01 0.68 0.74
Hex BB 8F EA 14 27 0 8 10D 44 4A
Octal 273 217 352 24 47 0 10 415 104 112
Binary 10111011 10001111 11101010 10100 100111 0 1000 100001101 1000100 1001010

Color Harmonies of #BB8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FEA

Black with #BB8FEA

Text Example


Text Example

White with #BB8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FEA; }

 p { color: rgb(187,143,234); }

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

background-color css

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

 a { background-color: rgb(187,143,234); }

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

border-color css

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

 span { border-color: rgb(187,143,234); }

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