Html Css Color HEX #B663E2 Medium Orchid

📋 copy color: '#B663E2'

red 182 ◦ green 99 ◦ blue 226

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

Shades of Medium Orchid #B663E2

Tints of Medium Orchid #B663E2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.53%

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

R = 35.9%
G = 19.53%
B = 44.58%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B663E2 (or 0xB663E2) is known color: Medium Orchid. HEX triplet: B6, 63 and E2. RGB value is (182,99,226). Sum of RGB (Red+Green+Blue) = 182+99+226=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #B663E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663E2 is #499C1D. Grayscale: #898989. Windows color (decimal): -4824094 or 14836662. OLE color: 14836662.

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

Color convert

RGB 182 99 226 -
CMYK 0.19 0.56 0 0.11
HSL 279.21º 0.69% 0.64% -
HSV(B) 279.21º 0.56% 0.89% -
XYZ 37.48 24.36 74.68 -
YUV 138.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 182 99 226 0.19 0.56 0 0.11 279.21 0.69 0.64
Hex B6 63 E2 13 38 0 B 117 45 40
Octal 266 143 342 23 70 0 13 427 105 100
Binary 10110110 1100011 11100010 10011 111000 0 1011 100010111 1000101 1000000

Color Harmonies of #B663E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663E2

Black with #B663E2

Text Example


Text Example

White with #B663E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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