Html Css Color HEX #BB8DEA Biloba Flower

📋 copy color: '#BB8DEA'

red 187 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #BB8DEA

Tints of Biloba Flower #BB8DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

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

R = 33.27%
G = 25.09%
B = 41.64%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB8DEA (or 0xBB8DEA) is known color: Biloba Flower. HEX triplet: BB, 8D and EA. RGB value is (187,141,234). Sum of RGB (Red+Green+Blue) = 187+141+234=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DEA is #447215. Grayscale: #A5A5A5. Windows color (decimal): -4485654 or 15371707. OLE color: 15371707.

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

Color convert

RGB 187 141 234 -
CMYK 0.20 0.40 0 0.08
HSL 269.68º 0.69% 0.74% -
HSV(B) 269.68º 0.4% 0.92% -
XYZ 44.87 35.56 82.34 -
YUV 165.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 187 141 234 0.20 0.40 0 0.08 269.68 0.69 0.74
Hex BB 8D EA 14 28 0 8 10E 45 4A
Octal 273 215 352 24 50 0 10 416 105 112
Binary 10111011 10001101 11101010 10100 101000 0 1000 100001110 1000101 1001010

Color Harmonies of #BB8DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8DEA

Black with #BB8DEA

Text Example


Text Example

White with #BB8DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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