Html Css Color HEX #B63FFF Medium Orchid

📋 copy color: '#B63FFF'

red 182 ◦ green 63 ◦ blue 255

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

Shades of Medium Orchid #B63FFF

Tints of Medium Orchid #B63FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.6%

 BLUE value IS 255 (100% from 255) = 51%

R = 36.4%
G = 12.6%
B = 51%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B63FFF (or 0xB63FFF) is known color: Medium Orchid. HEX triplet: B6, 3F and FF. RGB value is (182,63,255). Sum of RGB (Red+Green+Blue) = 182+63+255=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B63FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FFF is #49C000. Grayscale: #777777. Windows color (decimal): -4833281 or 16727990. OLE color: 16727990.

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

Color convert

RGB 182 63 255 -
CMYK 0.29 0.75 0 0
HSL 277.19º 1% 0.62% -
HSV(B) 277.19º 0.75% 1% -
XYZ 39.12 20.72 96.55 -
YUV 120.47 203.92 171.89 -
System Red Green Blue C M Y K H S L
Decimal 182 63 255 0.29 0.75 0 0 277.19 1 0.62
Hex B6 3F FF 1D 4B 0 0 115 64 3E
Octal 266 77 377 35 113 0 0 425 144 76
Binary 10110110 111111 11111111 11101 1001011 0 0 100010101 1100100 111110

Color Harmonies of #B63FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FFF

Black with #B63FFF

Text Example


Text Example

White with #B63FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FFF; }

 p { color: rgb(182,63,255); }

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

background-color css

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

 a { background-color: rgb(182,63,255); }

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

border-color css

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

 span { border-color: rgb(182,63,255); }

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