Html Css Color HEX #B663FA Medium Orchid

📋 copy color: '#B663FA'

red 182 ◦ green 99 ◦ blue 250

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

Shades of Medium Orchid #B663FA

Tints of Medium Orchid #B663FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 34.27%
G = 18.64%
B = 47.08%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B663FA (or 0xB663FA) is known color: Medium Orchid. HEX triplet: B6, 63 and FA. RGB value is (182,99,250). Sum of RGB (Red+Green+Blue) = 182+99+250=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #B663FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B663FA is #499C05. Grayscale: #8C8C8C. Windows color (decimal): -4824070 or 16409526. OLE color: 16409526.

HSL color Cylindrical-coordinate representation of color #B663FA: hue angle of 272.98º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B663FA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 99 250 -
CMYK 0.27 0.60 0 0.02
HSL 272.98º 0.94% 0.68% -
HSV(B) 272.98º 0.6% 0.98% -
XYZ 41.01 25.77 93.26 -
YUV 141.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 182 99 250 0.27 0.60 0 0.02 272.98 0.94 0.68
Hex B6 63 FA 1B 3C 0 2 111 5E 44
Octal 266 143 372 33 74 0 2 421 136 104
Binary 10110110 1100011 11111010 11011 111100 0 10 100010001 1011110 1000100

Color Harmonies of #B663FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663FA

Black with #B663FA

Text Example


Text Example

White with #B663FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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