Html Css Color HEX #B65EDC Medium Orchid

📋 copy color: '#B65EDC'

red 182 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #B65EDC

Tints of Medium Orchid #B65EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 36.69%
G = 18.95%
B = 44.35%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B65EDC (or 0xB65EDC) is known color: Medium Orchid. HEX triplet: B6, 5E and DC. RGB value is (182,94,220). Sum of RGB (Red+Green+Blue) = 182+94+220=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B65EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EDC is #49A123. Grayscale: #868686. Windows color (decimal): -4825380 or 14442166. OLE color: 14442166.

HSL color Cylindrical-coordinate representation of color #B65EDC: hue angle of 281.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65EDC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 94 220 -
CMYK 0.17 0.57 0 0.14
HSL 281.9º 0.64% 0.62% -
HSV(B) 281.9º 0.57% 0.86% -
XYZ 36.21 23.12 70.26 -
YUV 134.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 182 94 220 0.17 0.57 0 0.14 281.9 0.64 0.62
Hex B6 5E DC 11 39 0 E 11A 40 3E
Octal 266 136 334 21 71 0 16 432 100 76
Binary 10110110 1011110 11011100 10001 111001 0 1110 100011010 1000000 111110

Color Harmonies of #B65EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EDC

Black with #B65EDC

Text Example


Text Example

White with #B65EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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