Html Css Color HEX #BD52CF Medium Orchid

📋 copy color: '#BD52CF'

red 189 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #BD52CF

Tints of Medium Orchid #BD52CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 39.54%
G = 17.15%
B = 43.31%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD52CF (or 0xBD52CF) is known color: Medium Orchid. HEX triplet: BD, 52 and CF. RGB value is (189,82,207). Sum of RGB (Red+Green+Blue) = 189+82+207=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD52CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52CF is #42AD30. Grayscale: #7F7F7F. Windows color (decimal): -4369713 or 13587133. OLE color: 13587133.

HSL color Cylindrical-coordinate representation of color #BD52CF: hue angle of 291.36º degrees, saturation: 0.57, 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 #BD52CF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 82 207 -
CMYK 0.09 0.60 0 0.19
HSL 291.36º 0.57% 0.57% -
HSV(B) 291.36º 0.6% 0.81% -
XYZ 35.27 21.36 61.3 -
YUV 128.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 189 82 207 0.09 0.60 0 0.19 291.36 0.57 0.57
Hex BD 52 CF 9 3C 0 13 123 39 39
Octal 275 122 317 11 74 0 23 443 71 71
Binary 10111101 1010010 11001111 1001 111100 0 10011 100100011 111001 111001

Color Harmonies of #BD52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD52CF

Black with #BD52CF

Text Example


Text Example

White with #BD52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD52CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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