Html Css Color HEX #B662E1 Medium Orchid

📋 copy color: '#B662E1'

red 182 ◦ green 98 ◦ blue 225

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

Shades of Medium Orchid #B662E1

Tints of Medium Orchid #B662E1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.41%

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

R = 36.04%
G = 19.41%
B = 44.55%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B662E1 (or 0xB662E1) is known color: Medium Orchid. HEX triplet: B6, 62 and E1. RGB value is (182,98,225). Sum of RGB (Red+Green+Blue) = 182+98+225=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #B662E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662E1 is #499D1E. Grayscale: #898989. Windows color (decimal): -4824351 or 14770870. OLE color: 14770870.

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

Color convert

RGB 182 98 225 -
CMYK 0.19 0.56 0 0.12
HSL 279.69º 0.68% 0.63% -
HSV(B) 279.69º 0.56% 0.88% -
XYZ 37.25 24.12 73.93 -
YUV 137.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 182 98 225 0.19 0.56 0 0.12 279.69 0.68 0.63
Hex B6 62 E1 13 38 0 C 118 44 3F
Octal 266 142 341 23 70 0 14 430 104 77
Binary 10110110 1100010 11100001 10011 111000 0 1100 100011000 1000100 111111

Color Harmonies of #B662E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662E1

Black with #B662E1

Text Example


Text Example

White with #B662E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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