Html Css Color HEX #BB70EC Medium Orchid

📋 copy color: '#BB70EC'

red 187 ◦ green 112 ◦ blue 236

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

Shades of Medium Orchid #BB70EC

Tints of Medium Orchid #BB70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.93%

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 34.95%
G = 20.93%
B = 44.11%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB70EC (or 0xBB70EC) is known color: Medium Orchid. HEX triplet: BB, 70 and EC. RGB value is (187,112,236). Sum of RGB (Red+Green+Blue) = 187+112+236=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70EC is #448F13. Grayscale: #949494. Windows color (decimal): -4493076 or 15495355. OLE color: 15495355.

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

Color convert

RGB 187 112 236 -
CMYK 0.21 0.53 0 0.07
HSL 276.29º 0.77% 0.68% -
HSV(B) 276.29º 0.53% 0.93% -
XYZ 41.43 28.21 82.62 -
YUV 148.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 187 112 236 0.21 0.53 0 0.07 276.29 0.77 0.68
Hex BB 70 EC 15 35 0 7 114 4D 44
Octal 273 160 354 25 65 0 7 424 115 104
Binary 10111011 1110000 11101100 10101 110101 0 111 100010100 1001101 1000100

Color Harmonies of #BB70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70EC

Black with #BB70EC

Text Example


Text Example

White with #BB70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70EC; }

 p { color: rgb(187,112,236); }

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

background-color css

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

 a { background-color: rgb(187,112,236); }

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

border-color css

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

 span { border-color: rgb(187,112,236); }

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