Html Css Color HEX #B662E2 Medium Orchid

📋 copy color: '#B662E2'

red 182 ◦ green 98 ◦ blue 226

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

Shades of Medium Orchid #B662E2

Tints of Medium Orchid #B662E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.66%

R = 35.97%
G = 19.37%
B = 44.66%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B662E2 (or 0xB662E2) is known color: Medium Orchid. HEX triplet: B6, 62 and E2. RGB value is (182,98,226). Sum of RGB (Red+Green+Blue) = 182+98+226=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #B662E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662E2 is #499D1D. Grayscale: #898989. Windows color (decimal): -4824350 or 14836406. OLE color: 14836406.

HSL color Cylindrical-coordinate representation of color #B662E2: hue angle of 279.38º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B662E2 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 98 226 -
CMYK 0.19 0.57 0 0.11
HSL 279.38º 0.69% 0.64% -
HSV(B) 279.38º 0.57% 0.89% -
XYZ 37.39 24.17 74.65 -
YUV 137.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 182 98 226 0.19 0.57 0 0.11 279.38 0.69 0.64
Hex B6 62 E2 13 39 0 B 117 45 40
Octal 266 142 342 23 71 0 13 427 105 100
Binary 10110110 1100010 11100010 10011 111001 0 1011 100010111 1000101 1000000

Color Harmonies of #B662E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662E2

Black with #B662E2

Text Example


Text Example

White with #B662E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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