Html Css Color HEX #BB70ED Medium Orchid

📋 copy color: '#BB70ED'

red 187 ◦ green 112 ◦ blue 237

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

Shades of Medium Orchid #BB70ED

Tints of Medium Orchid #BB70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 34.89%
G = 20.9%
B = 44.22%

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

#BB70ED (or 0xBB70ED) is known color: Medium Orchid. HEX triplet: BB, 70 and ED. RGB value is (187,112,237). Sum of RGB (Red+Green+Blue) = 187+112+237=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70ED is #448F12. Grayscale: #949494. Windows color (decimal): -4493075 or 15560891. OLE color: 15560891.

HSL color Cylindrical-coordinate representation of color #BB70ED: hue angle of 276º degrees, saturation: 0.78, 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 #BB70ED is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 112 237 -
CMYK 0.21 0.53 0 0.07
HSL 276º 0.78% 0.68% -
HSV(B) 276º 0.53% 0.93% -
XYZ 41.57 28.27 83.39 -
YUV 148.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 187 112 237 0.21 0.53 0 0.07 276 0.78 0.68
Hex BB 70 ED 15 35 0 7 114 4E 44
Octal 273 160 355 25 65 0 7 424 116 104
Binary 10111011 1110000 11101101 10101 110101 0 111 100010100 1001110 1000100

Color Harmonies of #BB70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70ED

Black with #BB70ED

Text Example


Text Example

White with #BB70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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