Html Css Color HEX #BD70CD Medium Orchid

📋 copy color: '#BD70CD'

red 189 ◦ green 112 ◦ blue 205

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

Shades of Medium Orchid #BD70CD

Tints of Medium Orchid #BD70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 37.35%
G = 22.13%
B = 40.51%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD70CD (or 0xBD70CD) is known color: Medium Orchid. HEX triplet: BD, 70 and CD. RGB value is (189,112,205). Sum of RGB (Red+Green+Blue) = 189+112+205=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70CD is #428F32. Grayscale: #919191. Windows color (decimal): -4362035 or 13463741. OLE color: 13463741.

HSL color Cylindrical-coordinate representation of color #BD70CD: hue angle of 289.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD70CD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 112 205 -
CMYK 0.08 0.45 0 0.20
HSL 289.68º 0.48% 0.62% -
HSV(B) 289.68º 0.45% 0.8% -
XYZ 37.8 26.81 60.94 -
YUV 145.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 189 112 205 0.08 0.45 0 0.20 289.68 0.48 0.62
Hex BD 70 CD 8 2D 0 14 122 30 3E
Octal 275 160 315 10 55 0 24 442 60 76
Binary 10111101 1110000 11001101 1000 101101 0 10100 100100010 110000 111110

Color Harmonies of #BD70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70CD

Black with #BD70CD

Text Example


Text Example

White with #BD70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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