Html Css Color HEX #B65ECD Medium Orchid

📋 copy color: '#B65ECD'

red 182 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #B65ECD

Tints of Medium Orchid #B65ECD

RGB

 RED value IS 182 (71.48% from 255) = 37.84%

 GREEN value IS 94 (37.11% from 255) = 19.54%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 37.84%
G = 19.54%
B = 42.62%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65ECD (or 0xB65ECD) is known color: Medium Orchid. HEX triplet: B6, 5E and CD. RGB value is (182,94,205). Sum of RGB (Red+Green+Blue) = 182+94+205=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #B65ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ECD is #49A132. Grayscale: #848484. Windows color (decimal): -4825395 or 13459126. OLE color: 13459126.

HSL color Cylindrical-coordinate representation of color #B65ECD: hue angle of 287.57º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65ECD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 94 205 -
CMYK 0.11 0.54 0 0.20
HSL 287.57º 0.53% 0.59% -
HSV(B) 287.57º 0.54% 0.8% -
XYZ 34.31 22.36 60.26 -
YUV 132.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 182 94 205 0.11 0.54 0 0.20 287.57 0.53 0.59
Hex B6 5E CD B 36 0 14 120 35 3B
Octal 266 136 315 13 66 0 24 440 65 73
Binary 10110110 1011110 11001101 1011 110110 0 10100 100100000 110101 111011

Color Harmonies of #B65ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ECD

Black with #B65ECD

Text Example


Text Example

White with #B65ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ECD; }

 p { color: rgb(182,94,205); }

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

background-color css

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

 a { background-color: rgb(182,94,205); }

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

border-color css

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

 span { border-color: rgb(182,94,205); }

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