Html Css Color HEX #B65EE0 Medium Orchid

📋 copy color: '#B65EE0'

red 182 ◦ green 94 ◦ blue 224

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

Shades of Medium Orchid #B65EE0

Tints of Medium Orchid #B65EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 36.4%
G = 18.8%
B = 44.8%

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

#B65EE0 (or 0xB65EE0) is known color: Medium Orchid. HEX triplet: B6, 5E and E0. RGB value is (182,94,224). Sum of RGB (Red+Green+Blue) = 182+94+224=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #B65EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EE0 is #49A11F. Grayscale: #868686. Windows color (decimal): -4825376 or 14704310. OLE color: 14704310.

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

Color convert

RGB 182 94 224 -
CMYK 0.19 0.58 0 0.12
HSL 280.62º 0.68% 0.62% -
HSV(B) 280.62º 0.58% 0.88% -
XYZ 36.75 23.33 73.09 -
YUV 135.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 182 94 224 0.19 0.58 0 0.12 280.62 0.68 0.62
Hex B6 5E E0 13 3A 0 C 119 44 3E
Octal 266 136 340 23 72 0 14 431 104 76
Binary 10110110 1011110 11100000 10011 111010 0 1100 100011001 1000100 111110

Color Harmonies of #B65EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EE0

Black with #B65EE0

Text Example


Text Example

White with #B65EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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