Html Css Color HEX #B65EE1 Medium Orchid

📋 copy color: '#B65EE1'

red 182 ◦ green 94 ◦ blue 225

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

Shades of Medium Orchid #B65EE1

Tints of Medium Orchid #B65EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 36.33%
G = 18.76%
B = 44.91%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B65EE1 (or 0xB65EE1) is known color: Medium Orchid. HEX triplet: B6, 5E and E1. RGB value is (182,94,225). Sum of RGB (Red+Green+Blue) = 182+94+225=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #B65EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EE1 is #49A11E. Grayscale: #868686. Windows color (decimal): -4825375 or 14769846. OLE color: 14769846.

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

Color convert

RGB 182 94 225 -
CMYK 0.19 0.58 0 0.12
HSL 280.31º 0.69% 0.63% -
HSV(B) 280.31º 0.58% 0.88% -
XYZ 36.88 23.39 73.8 -
YUV 135.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 182 94 225 0.19 0.58 0 0.12 280.31 0.69 0.63
Hex B6 5E E1 13 3A 0 C 118 45 3F
Octal 266 136 341 23 72 0 14 430 105 77
Binary 10110110 1011110 11100001 10011 111010 0 1100 100011000 1000101 111111

Color Harmonies of #B65EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EE1

Black with #B65EE1

Text Example


Text Example

White with #B65EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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