Html Css Color HEX #B65EC9 Medium Orchid

📋 copy color: '#B65EC9'

red 182 ◦ green 94 ◦ blue 201

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

Shades of Medium Orchid #B65EC9

Tints of Medium Orchid #B65EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 38.16%
G = 19.71%
B = 42.14%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B65EC9 (or 0xB65EC9) is known color: Medium Orchid. HEX triplet: B6, 5E and C9. RGB value is (182,94,201). Sum of RGB (Red+Green+Blue) = 182+94+201=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #B65EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EC9 is #49A136. Grayscale: #848484. Windows color (decimal): -4825399 or 13196982. OLE color: 13196982.

HSL color Cylindrical-coordinate representation of color #B65EC9: hue angle of 289.35º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65EC9 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 94 201 -
CMYK 0.09 0.53 0 0.21
HSL 289.35º 0.5% 0.58% -
HSV(B) 289.35º 0.53% 0.79% -
XYZ 33.84 22.17 57.75 -
YUV 132.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 182 94 201 0.09 0.53 0 0.21 289.35 0.5 0.58
Hex B6 5E C9 9 35 0 15 121 32 3A
Octal 266 136 311 11 65 0 25 441 62 72
Binary 10110110 1011110 11001001 1001 110101 0 10101 100100001 110010 111010

Color Harmonies of #B65EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EC9

Black with #B65EC9

Text Example


Text Example

White with #B65EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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