Html Css Color HEX #BD55E2 Medium Orchid

📋 copy color: '#BD55E2'

red 189 ◦ green 85 ◦ blue 226

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

Shades of Medium Orchid #BD55E2

Tints of Medium Orchid #BD55E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.2%

R = 37.8%
G = 17%
B = 45.2%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD55E2 (or 0xBD55E2) is known color: Medium Orchid. HEX triplet: BD, 55 and E2. RGB value is (189,85,226). Sum of RGB (Red+Green+Blue) = 189+85+226=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD55E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55E2 is #42AA1D. Grayscale: #838383. Windows color (decimal): -4368926 or 14833085. OLE color: 14833085.

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

Color convert

RGB 189 85 226 -
CMYK 0.16 0.62 0 0.11
HSL 284.26º 0.71% 0.61% -
HSV(B) 284.26º 0.62% 0.89% -
XYZ 37.96 22.81 74.35 -
YUV 132.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 189 85 226 0.16 0.62 0 0.11 284.26 0.71 0.61
Hex BD 55 E2 10 3E 0 B 11C 47 3D
Octal 275 125 342 20 76 0 13 434 107 75
Binary 10111101 1010101 11100010 10000 111110 0 1011 100011100 1000111 111101

Color Harmonies of #BD55E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55E2

Black with #BD55E2

Text Example


Text Example

White with #BD55E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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