Html Css Color HEX #BD55CF Medium Orchid

📋 copy color: '#BD55CF'

red 189 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #BD55CF

Tints of Medium Orchid #BD55CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

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

R = 39.29%
G = 17.67%
B = 43.04%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD55CF (or 0xBD55CF) is known color: Medium Orchid. HEX triplet: BD, 55 and CF. RGB value is (189,85,207). Sum of RGB (Red+Green+Blue) = 189+85+207=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55CF is #42AA30. Grayscale: #818181. Windows color (decimal): -4368945 or 13587901. OLE color: 13587901.

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

Color convert

RGB 189 85 207 -
CMYK 0.09 0.59 0 0.19
HSL 291.15º 0.56% 0.57% -
HSV(B) 291.15º 0.59% 0.81% -
XYZ 35.5 21.82 61.37 -
YUV 130 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 189 85 207 0.09 0.59 0 0.19 291.15 0.56 0.57
Hex BD 55 CF 9 3B 0 13 123 38 39
Octal 275 125 317 11 73 0 23 443 70 71
Binary 10111101 1010101 11001111 1001 111011 0 10011 100100011 111000 111001

Color Harmonies of #BD55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55CF

Black with #BD55CF

Text Example


Text Example

White with #BD55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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