Html Css Color HEX #B65EE4 Medium Orchid

📋 copy color: '#B65EE4'

red 182 ◦ green 94 ◦ blue 228

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

Shades of Medium Orchid #B65EE4

Tints of Medium Orchid #B65EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 36.11%
G = 18.65%
B = 45.24%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B65EE4 (or 0xB65EE4) is known color: Medium Orchid. HEX triplet: B6, 5E and E4. RGB value is (182,94,228). Sum of RGB (Red+Green+Blue) = 182+94+228=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #B65EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EE4 is #49A11B. Grayscale: #878787. Windows color (decimal): -4825372 or 14966454. OLE color: 14966454.

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

Color convert

RGB 182 94 228 -
CMYK 0.20 0.59 0 0.11
HSL 279.4º 0.71% 0.63% -
HSV(B) 279.4º 0.59% 0.89% -
XYZ 37.3 23.55 75.98 -
YUV 135.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 182 94 228 0.20 0.59 0 0.11 279.4 0.71 0.63
Hex B6 5E E4 14 3B 0 B 117 47 3F
Octal 266 136 344 24 73 0 13 427 107 77
Binary 10110110 1011110 11100100 10100 111011 0 1011 100010111 1000111 111111

Color Harmonies of #B65EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EE4

Black with #B65EE4

Text Example


Text Example

White with #B65EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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