Html Css Color HEX #BD53CE Medium Orchid

📋 copy color: '#BD53CE'

red 189 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #BD53CE

Tints of Medium Orchid #BD53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.36%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 39.54%
G = 17.36%
B = 43.1%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD53CE (or 0xBD53CE) is known color: Medium Orchid. HEX triplet: BD, 53 and CE. RGB value is (189,83,206). Sum of RGB (Red+Green+Blue) = 189+83+206=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53CE is #42AC31. Grayscale: #808080. Windows color (decimal): -4369458 or 13521853. OLE color: 13521853.

HSL color Cylindrical-coordinate representation of color #BD53CE: hue angle of 291.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD53CE is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 83 206 -
CMYK 0.08 0.60 0 0.19
HSL 291.71º 0.56% 0.57% -
HSV(B) 291.71º 0.6% 0.81% -
XYZ 35.22 21.46 60.68 -
YUV 128.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 189 83 206 0.08 0.60 0 0.19 291.71 0.56 0.57
Hex BD 53 CE 8 3C 0 13 124 38 39
Octal 275 123 316 10 74 0 23 444 70 71
Binary 10111101 1010011 11001110 1000 111100 0 10011 100100100 111000 111001

Color Harmonies of #BD53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53CE

Black with #BD53CE

Text Example


Text Example

White with #BD53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53CE; }

 p { color: rgb(189,83,206); }

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

background-color css

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

 a { background-color: rgb(189,83,206); }

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

border-color css

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

 span { border-color: rgb(189,83,206); }

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