Html Css Color HEX #BB2EEA Medium Orchid

📋 copy color: '#BB2EEA'

red 187 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #BB2EEA

Tints of Medium Orchid #BB2EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.85%

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

R = 40.04%
G = 9.85%
B = 50.11%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB2EEA (or 0xBB2EEA) is known color: Medium Orchid. HEX triplet: BB, 2E and EA. RGB value is (187,46,234). Sum of RGB (Red+Green+Blue) = 187+46+234=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EEA is #44D115. Grayscale: #6C6C6C. Windows color (decimal): -4509974 or 15347387. OLE color: 15347387.

HSL color Cylindrical-coordinate representation of color #BB2EEA: hue angle of 285º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2EEA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 46 234 -
CMYK 0.20 0.80 0 0.08
HSL 285º 0.82% 0.55% -
HSV(B) 285º 0.8% 0.92% -
XYZ 36.32 18.46 79.49 -
YUV 109.59 198.21 183.21 -
System Red Green Blue C M Y K H S L
Decimal 187 46 234 0.20 0.80 0 0.08 285 0.82 0.55
Hex BB 2E EA 14 50 0 8 11D 52 37
Octal 273 56 352 24 120 0 10 435 122 67
Binary 10111011 101110 11101010 10100 1010000 0 1000 100011101 1010010 110111

Color Harmonies of #BB2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EEA

Black with #BB2EEA

Text Example


Text Example

White with #BB2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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