Html Css Color HEX #B63AFC Medium Orchid

📋 copy color: '#B63AFC'

red 182 ◦ green 58 ◦ blue 252

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

Shades of Medium Orchid #B63AFC

Tints of Medium Orchid #B63AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 36.99%
G = 11.79%
B = 51.22%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B63AFC (or 0xB63AFC) is known color: Medium Orchid. HEX triplet: B6, 3A and FC. RGB value is (182,58,252). Sum of RGB (Red+Green+Blue) = 182+58+252=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #B63AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AFC is #49C503. Grayscale: #747474. Windows color (decimal): -4834564 or 16530102. OLE color: 16530102.

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

Color convert

RGB 182 58 252 -
CMYK 0.28 0.77 0 0.01
HSL 278.35º 0.97% 0.61% -
HSV(B) 278.35º 0.77% 0.99% -
XYZ 38.38 20 93.93 -
YUV 117.19 204.08 174.23 -
System Red Green Blue C M Y K H S L
Decimal 182 58 252 0.28 0.77 0 0.01 278.35 0.97 0.61
Hex B6 3A FC 1C 4D 0 1 116 61 3D
Octal 266 72 374 34 115 0 1 426 141 75
Binary 10110110 111010 11111100 11100 1001101 0 1 100010110 1100001 111101

Color Harmonies of #B63AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AFC

Black with #B63AFC

Text Example


Text Example

White with #B63AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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