Html Css Color HEX #B63CFE Medium Orchid

📋 copy color: '#B63CFE'

red 182 ◦ green 60 ◦ blue 254

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

Shades of Medium Orchid #B63CFE

Tints of Medium Orchid #B63CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.1%

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

R = 36.69%
G = 12.1%
B = 51.21%

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

#B63CFE (or 0xB63CFE) is known color: Medium Orchid. HEX triplet: B6, 3C and FE. RGB value is (182,60,254). Sum of RGB (Red+Green+Blue) = 182+60+254=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #B63CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CFE is #49C301. Grayscale: #757575. Windows color (decimal): -4834050 or 16661686. OLE color: 16661686.

HSL color Cylindrical-coordinate representation of color #B63CFE: hue angle of 277.73º 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 #B63CFE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 60 254 -
CMYK 0.28 0.76 0 0.00
HSL 277.73º 0.99% 0.62% -
HSV(B) 277.73º 0.76% 1% -
XYZ 38.8 20.33 95.65 -
YUV 118.59 204.42 173.23 -
System Red Green Blue C M Y K H S L
Decimal 182 60 254 0.28 0.76 0 0.00 277.73 0.99 0.62
Hex B6 3C FE 1C 4C 0 0 116 63 3E
Octal 266 74 376 34 114 0 0 426 143 76
Binary 10110110 111100 11111110 11100 1001100 0 0 100010110 1100011 111110

Color Harmonies of #B63CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CFE

Black with #B63CFE

Text Example


Text Example

White with #B63CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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