Html Css Color HEX #B63AFE Medium Orchid

📋 copy color: '#B63AFE'

red 182 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #B63AFE

Tints of Medium Orchid #B63AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.74%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 36.84%
G = 11.74%
B = 51.42%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B63AFE (or 0xB63AFE) is known color: Medium Orchid. HEX triplet: B6, 3A and FE. RGB value is (182,58,254). Sum of RGB (Red+Green+Blue) = 182+58+254=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #B63AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AFE is #49C501. Grayscale: #747474. Windows color (decimal): -4834562 or 16661174. OLE color: 16661174.

HSL color Cylindrical-coordinate representation of color #B63AFE: hue angle of 277.96º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63AFE is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 58 254 -
CMYK 0.28 0.77 0 0.00
HSL 277.96º 0.99% 0.61% -
HSV(B) 277.96º 0.77% 1% -
XYZ 38.69 20.13 95.61 -
YUV 117.42 205.08 174.06 -
System Red Green Blue C M Y K H S L
Decimal 182 58 254 0.28 0.77 0 0.00 277.96 0.99 0.61
Hex B6 3A FE 1C 4D 0 0 116 63 3D
Octal 266 72 376 34 115 0 0 426 143 75
Binary 10110110 111010 11111110 11100 1001101 0 0 100010110 1100011 111101

Color Harmonies of #B63AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AFE

Black with #B63AFE

Text Example


Text Example

White with #B63AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AFE; }

 p { color: rgb(182,58,254); }

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

background-color css

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

 a { background-color: rgb(182,58,254); }

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

border-color css

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

 span { border-color: rgb(182,58,254); }

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