Html Css Color HEX #BD55E0 Medium Orchid

📋 copy color: '#BD55E0'

red 189 ◦ green 85 ◦ blue 224

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

Shades of Medium Orchid #BD55E0

Tints of Medium Orchid #BD55E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.98%

R = 37.95%
G = 17.07%
B = 44.98%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD55E0 (or 0xBD55E0) is known color: Medium Orchid. HEX triplet: BD, 55 and E0. RGB value is (189,85,224). Sum of RGB (Red+Green+Blue) = 189+85+224=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD55E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55E0 is #42AA1F. Grayscale: #838383. Windows color (decimal): -4368928 or 14702013. OLE color: 14702013.

HSL color Cylindrical-coordinate representation of color #BD55E0: hue angle of 284.89º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD55E0 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 85 224 -
CMYK 0.16 0.62 0 0.12
HSL 284.89º 0.69% 0.61% -
HSV(B) 284.89º 0.62% 0.88% -
XYZ 37.69 22.7 72.92 -
YUV 131.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 189 85 224 0.16 0.62 0 0.12 284.89 0.69 0.61
Hex BD 55 E0 10 3E 0 C 11D 45 3D
Octal 275 125 340 20 76 0 14 435 105 75
Binary 10111101 1010101 11100000 10000 111110 0 1100 100011101 1000101 111101

Color Harmonies of #BD55E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55E0

Black with #BD55E0

Text Example


Text Example

White with #BD55E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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