Html Css Color HEX #BD50CB Medium Orchid

📋 copy color: '#BD50CB'

red 189 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #BD50CB

Tints of Medium Orchid #BD50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.95%

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

R = 40.04%
G = 16.95%
B = 43.01%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD50CB (or 0xBD50CB) is known color: Medium Orchid. HEX triplet: BD, 50 and CB. RGB value is (189,80,203). Sum of RGB (Red+Green+Blue) = 189+80+203=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50CB is #42AF34. Grayscale: #7E7E7E. Windows color (decimal): -4370229 or 13324477. OLE color: 13324477.

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

Color convert

RGB 189 80 203 -
CMYK 0.07 0.61 0 0.20
HSL 293.17º 0.54% 0.55% -
HSV(B) 293.17º 0.61% 0.8% -
XYZ 34.63 20.87 58.7 -
YUV 126.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 189 80 203 0.07 0.61 0 0.20 293.17 0.54 0.55
Hex BD 50 CB 7 3D 0 14 125 36 37
Octal 275 120 313 7 75 0 24 445 66 67
Binary 10111101 1010000 11001011 111 111101 0 10100 100100101 110110 110111

Color Harmonies of #BD50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50CB

Black with #BD50CB

Text Example


Text Example

White with #BD50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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