Html Css Color HEX #B63CFC Medium Orchid

📋 copy color: '#B63CFC'

red 182 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #B63CFC

Tints of Medium Orchid #B63CFC

RGB

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

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

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

R = 36.84%
G = 12.15%
B = 51.01%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B63CFC (or 0xB63CFC) is known color: Medium Orchid. HEX triplet: B6, 3C and FC. RGB value is (182,60,252). Sum of RGB (Red+Green+Blue) = 182+60+252=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #B63CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CFC is #49C303. Grayscale: #757575. Windows color (decimal): -4834052 or 16530614. OLE color: 16530614.

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

Color convert

RGB 182 60 252 -
CMYK 0.28 0.76 0 0.01
HSL 278.13º 0.97% 0.61% -
HSV(B) 278.13º 0.76% 0.99% -
XYZ 38.48 20.21 93.97 -
YUV 118.37 203.42 173.39 -
System Red Green Blue C M Y K H S L
Decimal 182 60 252 0.28 0.76 0 0.01 278.13 0.97 0.61
Hex B6 3C FC 1C 4C 0 1 116 61 3D
Octal 266 74 374 34 114 0 1 426 141 75
Binary 10110110 111100 11111100 11100 1001100 0 1 100010110 1100001 111101

Color Harmonies of #B63CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CFC

Black with #B63CFC

Text Example


Text Example

White with #B63CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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