Html Css Color HEX #B63EFE Medium Orchid

📋 copy color: '#B63EFE'

red 182 ◦ green 62 ◦ blue 254

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

Shades of Medium Orchid #B63EFE

Tints of Medium Orchid #B63EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.45%

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

R = 36.55%
G = 12.45%
B = 51%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B63EFE (or 0xB63EFE) is known color: Medium Orchid. HEX triplet: B6, 3E and FE. RGB value is (182,62,254). Sum of RGB (Red+Green+Blue) = 182+62+254=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B63EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EFE is #49C101. Grayscale: #777777. Windows color (decimal): -4833538 or 16662198. OLE color: 16662198.

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

Color convert

RGB 182 62 254 -
CMYK 0.28 0.76 0 0.00
HSL 277.5º 0.99% 0.62% -
HSV(B) 277.5º 0.76% 1% -
XYZ 38.9 20.55 95.68 -
YUV 119.77 203.76 172.39 -
System Red Green Blue C M Y K H S L
Decimal 182 62 254 0.28 0.76 0 0.00 277.5 0.99 0.62
Hex B6 3E FE 1C 4C 0 0 116 63 3E
Octal 266 76 376 34 114 0 0 426 143 76
Binary 10110110 111110 11111110 11100 1001100 0 0 100010110 1100011 111110

Color Harmonies of #B63EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EFE

Black with #B63EFE

Text Example


Text Example

White with #B63EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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