Html Css Color HEX #B663F0 Medium Orchid

📋 copy color: '#B663F0'

red 182 ◦ green 99 ◦ blue 240

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

Shades of Medium Orchid #B663F0

Tints of Medium Orchid #B663F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 34.93%
G = 19%
B = 46.07%

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

#B663F0 (or 0xB663F0) is known color: Medium Orchid. HEX triplet: B6, 63 and F0. RGB value is (182,99,240). Sum of RGB (Red+Green+Blue) = 182+99+240=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #B663F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B663F0 is #499C0F. Grayscale: #8B8B8B. Windows color (decimal): -4824080 or 15754166. OLE color: 15754166.

HSL color Cylindrical-coordinate representation of color #B663F0: hue angle of 275.32º 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 #B663F0 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 99 240 -
CMYK 0.24 0.59 0 0.06
HSL 275.32º 0.82% 0.66% -
HSV(B) 275.32º 0.59% 0.94% -
XYZ 39.48 25.16 85.21 -
YUV 139.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 182 99 240 0.24 0.59 0 0.06 275.32 0.82 0.66
Hex B6 63 F0 18 3B 0 6 113 52 42
Octal 266 143 360 30 73 0 6 423 122 102
Binary 10110110 1100011 11110000 11000 111011 0 110 100010011 1010010 1000010

Color Harmonies of #B663F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663F0

Black with #B663F0

Text Example


Text Example

White with #B663F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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