Html Css Color HEX #BD76CF Medium Orchid

📋 copy color: '#BD76CF'

red 189 ◦ green 118 ◦ blue 207

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

Shades of Medium Orchid #BD76CF

Tints of Medium Orchid #BD76CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.96%

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 36.77%
G = 22.96%
B = 40.27%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD76CF (or 0xBD76CF) is known color: Medium Orchid. HEX triplet: BD, 76 and CF. RGB value is (189,118,207). Sum of RGB (Red+Green+Blue) = 189+118+207=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76CF is #428930. Grayscale: #959595. Windows color (decimal): -4360497 or 13596349. OLE color: 13596349.

HSL color Cylindrical-coordinate representation of color #BD76CF: hue angle of 287.87º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD76CF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 118 207 -
CMYK 0.09 0.43 0 0.19
HSL 287.87º 0.48% 0.64% -
HSV(B) 287.87º 0.43% 0.81% -
XYZ 38.73 28.28 62.45 -
YUV 149.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 189 118 207 0.09 0.43 0 0.19 287.87 0.48 0.64
Hex BD 76 CF 9 2B 0 13 120 30 40
Octal 275 166 317 11 53 0 23 440 60 100
Binary 10111101 1110110 11001111 1001 101011 0 10011 100100000 110000 1000000

Color Harmonies of #BD76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76CF

Black with #BD76CF

Text Example


Text Example

White with #BD76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76CF; }

 p { color: rgb(189,118,207); }

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

background-color css

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

 a { background-color: rgb(189,118,207); }

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

border-color css

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

 span { border-color: rgb(189,118,207); }

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