Html Css Color HEX #BD55CC Medium Orchid

📋 copy color: '#BD55CC'

red 189 ◦ green 85 ◦ blue 204

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

Shades of Medium Orchid #BD55CC

Tints of Medium Orchid #BD55CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 39.54%
G = 17.78%
B = 42.68%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD55CC (or 0xBD55CC) is known color: Medium Orchid. HEX triplet: BD, 55 and CC. RGB value is (189,85,204). Sum of RGB (Red+Green+Blue) = 189+85+204=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55CC is #42AA33. Grayscale: #818181. Windows color (decimal): -4368948 or 13391293. OLE color: 13391293.

HSL color Cylindrical-coordinate representation of color #BD55CC: hue angle of 292.44º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD55CC is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 85 204 -
CMYK 0.07 0.58 0 0.2
HSL 292.44º 0.54% 0.57% -
HSV(B) 292.44º 0.58% 0.8% -
XYZ 35.13 21.68 59.46 -
YUV 129.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 189 85 204 0.07 0.58 0 0.2 292.44 0.54 0.57
Hex BD 55 CC 7 3A 0 14 124 36 39
Octal 275 125 314 7 72 0 24 444 66 71
Binary 10111101 1010101 11001100 111 111010 0 10100 100100100 110110 111001

Color Harmonies of #BD55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55CC

Black with #BD55CC

Text Example


Text Example

White with #BD55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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