Html Css Color HEX #B662E6 Medium Orchid

📋 copy color: '#B662E6'

red 182 ◦ green 98 ◦ blue 230

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

Shades of Medium Orchid #B662E6

Tints of Medium Orchid #B662E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 35.69%
G = 19.22%
B = 45.1%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B662E6 (or 0xB662E6) is known color: Medium Orchid. HEX triplet: B6, 62 and E6. RGB value is (182,98,230). Sum of RGB (Red+Green+Blue) = 182+98+230=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #B662E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662E6 is #499D19. Grayscale: #898989. Windows color (decimal): -4824346 or 15098550. OLE color: 15098550.

HSL color Cylindrical-coordinate representation of color #B662E6: hue angle of 278.18º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B662E6 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 98 230 -
CMYK 0.21 0.57 0 0.10
HSL 278.18º 0.73% 0.64% -
HSV(B) 278.18º 0.57% 0.9% -
XYZ 37.94 24.39 77.57 -
YUV 138.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 182 98 230 0.21 0.57 0 0.10 278.18 0.73 0.64
Hex B6 62 E6 15 39 0 A 116 49 40
Octal 266 142 346 25 71 0 12 426 111 100
Binary 10110110 1100010 11100110 10101 111001 0 1010 100010110 1001001 1000000

Color Harmonies of #B662E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662E6

Black with #B662E6

Text Example


Text Example

White with #B662E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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