Html Css Color HEX #BD52DF Medium Orchid

📋 copy color: '#BD52DF'

red 189 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #BD52DF

Tints of Medium Orchid #BD52DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.6%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 38.26%
G = 16.6%
B = 45.14%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD52DF (or 0xBD52DF) is known color: Medium Orchid. HEX triplet: BD, 52 and DF. RGB value is (189,82,223). Sum of RGB (Red+Green+Blue) = 189+82+223=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52DF is #42AD20. Grayscale: #818181. Windows color (decimal): -4369697 or 14635709. OLE color: 14635709.

HSL color Cylindrical-coordinate representation of color #BD52DF: hue angle of 285.53º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD52DF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 82 223 -
CMYK 0.15 0.63 0 0.13
HSL 285.53º 0.69% 0.6% -
HSV(B) 285.53º 0.63% 0.87% -
XYZ 37.32 22.18 72.13 -
YUV 130.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 189 82 223 0.15 0.63 0 0.13 285.53 0.69 0.6
Hex BD 52 DF F 3F 0 D 11E 45 3C
Octal 275 122 337 17 77 0 15 436 105 74
Binary 10111101 1010010 11011111 1111 111111 0 1101 100011110 1000101 111100

Color Harmonies of #BD52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD52DF

Black with #BD52DF

Text Example


Text Example

White with #BD52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD52DF; }

 p { color: rgb(189,82,223); }

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

background-color css

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

 a { background-color: rgb(189,82,223); }

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

border-color css

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

 span { border-color: rgb(189,82,223); }

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