Html Css Color HEX #BD70CE Medium Orchid

📋 copy color: '#BD70CE'

red 189 ◦ green 112 ◦ blue 206

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

Shades of Medium Orchid #BD70CE

Tints of Medium Orchid #BD70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 37.28%
G = 22.09%
B = 40.63%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD70CE (or 0xBD70CE) is known color: Medium Orchid. HEX triplet: BD, 70 and CE. RGB value is (189,112,206). Sum of RGB (Red+Green+Blue) = 189+112+206=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70CE is #428F31. Grayscale: #919191. Windows color (decimal): -4362034 or 13529277. OLE color: 13529277.

HSL color Cylindrical-coordinate representation of color #BD70CE: hue angle of 289.15º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD70CE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 112 206 -
CMYK 0.08 0.46 0 0.19
HSL 289.15º 0.49% 0.62% -
HSV(B) 289.15º 0.46% 0.81% -
XYZ 37.92 26.86 61.58 -
YUV 145.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 189 112 206 0.08 0.46 0 0.19 289.15 0.49 0.62
Hex BD 70 CE 8 2E 0 13 121 31 3E
Octal 275 160 316 10 56 0 23 441 61 76
Binary 10111101 1110000 11001110 1000 101110 0 10011 100100001 110001 111110

Color Harmonies of #BD70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70CE

Black with #BD70CE

Text Example


Text Example

White with #BD70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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