Html Css Color HEX #B662EE Medium Orchid

📋 copy color: '#B662EE'

red 182 ◦ green 98 ◦ blue 238

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

Shades of Medium Orchid #B662EE

Tints of Medium Orchid #B662EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 35.14%
G = 18.92%
B = 45.95%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B662EE (or 0xB662EE) is known color: Medium Orchid. HEX triplet: B6, 62 and EE. RGB value is (182,98,238). Sum of RGB (Red+Green+Blue) = 182+98+238=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #B662EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662EE is #499D11. Grayscale: #8A8A8A. Windows color (decimal): -4824338 or 15622838. OLE color: 15622838.

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

Color convert

RGB 182 98 238 -
CMYK 0.24 0.59 0 0.07
HSL 276º 0.8% 0.66% -
HSV(B) 276º 0.59% 0.93% -
XYZ 39.09 24.85 83.63 -
YUV 139.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 182 98 238 0.24 0.59 0 0.07 276 0.8 0.66
Hex B6 62 EE 18 3B 0 7 114 50 42
Octal 266 142 356 30 73 0 7 424 120 102
Binary 10110110 1100010 11101110 11000 111011 0 111 100010100 1010000 1000010

Color Harmonies of #B662EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662EE

Black with #B662EE

Text Example


Text Example

White with #B662EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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