Html Css Color HEX #BB50EE Medium Orchid

📋 copy color: '#BB50EE'

red 187 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #BB50EE

Tints of Medium Orchid #BB50EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.84%

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 37.03%
G = 15.84%
B = 47.13%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB50EE (or 0xBB50EE) is known color: Medium Orchid. HEX triplet: BB, 50 and EE. RGB value is (187,80,238). Sum of RGB (Red+Green+Blue) = 187+80+238=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50EE is #44AF11. Grayscale: #818181. Windows color (decimal): -4501266 or 15618235. OLE color: 15618235.

HSL color Cylindrical-coordinate representation of color #BB50EE: hue angle of 280.63º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB50EE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 80 238 -
CMYK 0.21 0.66 0 0.07
HSL 280.63º 0.82% 0.62% -
HSV(B) 280.63º 0.66% 0.93% -
XYZ 38.79 22.48 83.18 -
YUV 130.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 187 80 238 0.21 0.66 0 0.07 280.63 0.82 0.62
Hex BB 50 EE 15 42 0 7 119 52 3E
Octal 273 120 356 25 102 0 7 431 122 76
Binary 10111011 1010000 11101110 10101 1000010 0 111 100011001 1010010 111110

Color Harmonies of #BB50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50EE

Black with #BB50EE

Text Example


Text Example

White with #BB50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50EE; }

 p { color: rgb(187,80,238); }

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

background-color css

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

 a { background-color: rgb(187,80,238); }

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

border-color css

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

 span { border-color: rgb(187,80,238); }

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