Html Css Color HEX #BD70C9 Medium Orchid

📋 copy color: '#BD70C9'

red 189 ◦ green 112 ◦ blue 201

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

Shades of Medium Orchid #BD70C9

Tints of Medium Orchid #BD70C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 37.65%
G = 22.31%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD70C9 (or 0xBD70C9) is known color: Medium Orchid. HEX triplet: BD, 70 and C9. RGB value is (189,112,201). Sum of RGB (Red+Green+Blue) = 189+112+201=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD70C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70C9 is #428F36. Grayscale: #909090. Windows color (decimal): -4362039 or 13201597. OLE color: 13201597.

HSL color Cylindrical-coordinate representation of color #BD70C9: hue angle of 291.91º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD70C9 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 112 201 -
CMYK 0.06 0.44 0 0.21
HSL 291.91º 0.45% 0.61% -
HSV(B) 291.91º 0.44% 0.79% -
XYZ 37.32 26.62 58.43 -
YUV 145.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 189 112 201 0.06 0.44 0 0.21 291.91 0.45 0.61
Hex BD 70 C9 6 2C 0 15 124 2D 3D
Octal 275 160 311 6 54 0 25 444 55 75
Binary 10111101 1110000 11001001 110 101100 0 10101 100100100 101101 111101

Color Harmonies of #BD70C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70C9

Black with #BD70C9

Text Example


Text Example

White with #BD70C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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