Html Css Color HEX #BD50CA Medium Orchid

📋 copy color: '#BD50CA'

red 189 ◦ green 80 ◦ blue 202

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

Shades of Medium Orchid #BD50CA

Tints of Medium Orchid #BD50CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 40.13%
G = 16.99%
B = 42.89%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD50CA (or 0xBD50CA) is known color: Medium Orchid. HEX triplet: BD, 50 and CA. RGB value is (189,80,202). Sum of RGB (Red+Green+Blue) = 189+80+202=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD50CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50CA is #42AF35. Grayscale: #7E7E7E. Windows color (decimal): -4370230 or 13258941. OLE color: 13258941.

HSL color Cylindrical-coordinate representation of color #BD50CA: hue angle of 293.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD50CA is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 80 202 -
CMYK 0.06 0.60 0 0.21
HSL 293.61º 0.54% 0.55% -
HSV(B) 293.61º 0.6% 0.79% -
XYZ 34.52 20.82 58.08 -
YUV 126.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 189 80 202 0.06 0.60 0 0.21 293.61 0.54 0.55
Hex BD 50 CA 6 3C 0 15 126 36 37
Octal 275 120 312 6 74 0 25 446 66 67
Binary 10111101 1010000 11001010 110 111100 0 10101 100100110 110110 110111

Color Harmonies of #BD50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50CA

Black with #BD50CA

Text Example


Text Example

White with #BD50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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