Html Css Color HEX #BD73CB Medium Orchid

📋 copy color: '#BD73CB'

red 189 ◦ green 115 ◦ blue 203

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

Shades of Medium Orchid #BD73CB

Tints of Medium Orchid #BD73CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.68%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 37.28%
G = 22.68%
B = 40.04%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD73CB (or 0xBD73CB) is known color: Medium Orchid. HEX triplet: BD, 73 and CB. RGB value is (189,115,203). Sum of RGB (Red+Green+Blue) = 189+115+203=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73CB is #428C34. Grayscale: #929292. Windows color (decimal): -4361269 or 13333437. OLE color: 13333437.

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

Color convert

RGB 189 115 203 -
CMYK 0.07 0.43 0 0.20
HSL 290.45º 0.46% 0.62% -
HSV(B) 290.45º 0.43% 0.8% -
XYZ 37.9 27.39 59.79 -
YUV 147.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 189 115 203 0.07 0.43 0 0.20 290.45 0.46 0.62
Hex BD 73 CB 7 2B 0 14 122 2E 3E
Octal 275 163 313 7 53 0 24 442 56 76
Binary 10111101 1110011 11001011 111 101011 0 10100 100100010 101110 111110

Color Harmonies of #BD73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73CB

Black with #BD73CB

Text Example


Text Example

White with #BD73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73CB; }

 p { color: rgb(189,115,203); }

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

background-color css

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

 a { background-color: rgb(189,115,203); }

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

border-color css

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

 span { border-color: rgb(189,115,203); }

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