Html Css Color HEX #B662EF Medium Orchid

📋 copy color: '#B662EF'

red 182 ◦ green 98 ◦ blue 239

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

Shades of Medium Orchid #B662EF

Tints of Medium Orchid #B662EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 35.07%
G = 18.88%
B = 46.05%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B662EF (or 0xB662EF) is known color: Medium Orchid. HEX triplet: B6, 62 and EF. RGB value is (182,98,239). Sum of RGB (Red+Green+Blue) = 182+98+239=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #B662EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662EF is #499D10. Grayscale: #8A8A8A. Windows color (decimal): -4824337 or 15688374. OLE color: 15688374.

HSL color Cylindrical-coordinate representation of color #B662EF: hue angle of 275.74º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B662EF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 98 239 -
CMYK 0.24 0.59 0 0.06
HSL 275.74º 0.82% 0.66% -
HSV(B) 275.74º 0.59% 0.94% -
XYZ 39.24 24.91 84.4 -
YUV 139.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 182 98 239 0.24 0.59 0 0.06 275.74 0.82 0.66
Hex B6 62 EF 18 3B 0 6 114 52 42
Octal 266 142 357 30 73 0 6 424 122 102
Binary 10110110 1100010 11101111 11000 111011 0 110 100010100 1010010 1000010

Color Harmonies of #B662EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662EF

Black with #B662EF

Text Example


Text Example

White with #B662EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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