Html Css Color HEX #B63DFF Medium Orchid

📋 copy color: '#B63DFF'

red 182 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #B63DFF

Tints of Medium Orchid #B63DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.25%

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

R = 36.55%
G = 12.25%
B = 51.2%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B63DFF (or 0xB63DFF) is known color: Medium Orchid. HEX triplet: B6, 3D and FF. RGB value is (182,61,255). Sum of RGB (Red+Green+Blue) = 182+61+255=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #B63DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DFF is #49C200. Grayscale: #767676. Windows color (decimal): -4833793 or 16727478. OLE color: 16727478.

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

Color convert

RGB 182 61 255 -
CMYK 0.29 0.76 0 0
HSL 277.42º 1% 0.62% -
HSV(B) 277.42º 0.76% 1% -
XYZ 39.01 20.5 96.51 -
YUV 119.3 204.59 172.73 -
System Red Green Blue C M Y K H S L
Decimal 182 61 255 0.29 0.76 0 0 277.42 1 0.62
Hex B6 3D FF 1D 4C 0 0 115 64 3E
Octal 266 75 377 35 114 0 0 425 144 76
Binary 10110110 111101 11111111 11101 1001100 0 0 100010101 1100100 111110

Color Harmonies of #B63DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DFF

Black with #B63DFF

Text Example


Text Example

White with #B63DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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