Html Css Color HEX #BD70EC Medium Orchid

📋 copy color: '#BD70EC'

red 189 ◦ green 112 ◦ blue 236

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

Shades of Medium Orchid #BD70EC

Tints of Medium Orchid #BD70EC

RGB

 RED value IS 189 (74.22% from 255) = 35.2%

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

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

R = 35.2%
G = 20.86%
B = 43.95%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD70EC (or 0xBD70EC) is known color: Medium Orchid. HEX triplet: BD, 70 and EC. RGB value is (189,112,236). Sum of RGB (Red+Green+Blue) = 189+112+236=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD70EC is #428F13. Grayscale: #949494. Windows color (decimal): -4362004 or 15495357. OLE color: 15495357.

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

Color convert

RGB 189 112 236 -
CMYK 0.20 0.53 0 0.07
HSL 277.26º 0.77% 0.68% -
HSV(B) 277.26º 0.53% 0.93% -
XYZ 41.92 28.46 82.64 -
YUV 149.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 189 112 236 0.20 0.53 0 0.07 277.26 0.77 0.68
Hex BD 70 EC 14 35 0 7 115 4D 44
Octal 275 160 354 24 65 0 7 425 115 104
Binary 10111101 1110000 11101100 10100 110101 0 111 100010101 1001101 1000100

Color Harmonies of #BD70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70EC

Black with #BD70EC

Text Example


Text Example

White with #BD70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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