Html Css Color HEX #B63AFF Medium Orchid

📋 copy color: '#B63AFF'

red 182 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #B63AFF

Tints of Medium Orchid #B63AFF

RGB

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

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

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

R = 36.77%
G = 11.72%
B = 51.52%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B63AFF (or 0xB63AFF) is known color: Medium Orchid. HEX triplet: B6, 3A and FF. RGB value is (182,58,255). Sum of RGB (Red+Green+Blue) = 182+58+255=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #B63AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AFF is #49C500. Grayscale: #747474. Windows color (decimal): -4834561 or 16726710. OLE color: 16726710.

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

Color convert

RGB 182 58 255 -
CMYK 0.29 0.77 0 0
HSL 277.77º 1% 0.61% -
HSV(B) 277.77º 0.77% 1% -
XYZ 38.85 20.19 96.46 -
YUV 117.53 205.58 173.98 -
System Red Green Blue C M Y K H S L
Decimal 182 58 255 0.29 0.77 0 0 277.77 1 0.61
Hex B6 3A FF 1D 4D 0 0 116 64 3D
Octal 266 72 377 35 115 0 0 426 144 75
Binary 10110110 111010 11111111 11101 1001101 0 0 100010110 1100100 111101

Color Harmonies of #B63AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AFF

Black with #B63AFF

Text Example


Text Example

White with #B63AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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