Html Css Color HEX #B63CFD Medium Orchid

📋 copy color: '#B63CFD'

red 182 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #B63CFD

Tints of Medium Orchid #B63CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 36.77%
G = 12.12%
B = 51.11%

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

#B63CFD (or 0xB63CFD) is known color: Medium Orchid. HEX triplet: B6, 3C and FD. RGB value is (182,60,253). Sum of RGB (Red+Green+Blue) = 182+60+253=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #B63CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CFD is #49C302. Grayscale: #757575. Windows color (decimal): -4834051 or 16596150. OLE color: 16596150.

HSL color Cylindrical-coordinate representation of color #B63CFD: hue angle of 277.93º degrees, saturation: 0.98, 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 #B63CFD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 60 253 -
CMYK 0.28 0.76 0 0.01
HSL 277.93º 0.98% 0.61% -
HSV(B) 277.93º 0.76% 0.99% -
XYZ 38.64 20.27 94.8 -
YUV 118.48 203.92 173.31 -
System Red Green Blue C M Y K H S L
Decimal 182 60 253 0.28 0.76 0 0.01 277.93 0.98 0.61
Hex B6 3C FD 1C 4C 0 1 116 62 3D
Octal 266 74 375 34 114 0 1 426 142 75
Binary 10110110 111100 11111101 11100 1001100 0 1 100010110 1100010 111101

Color Harmonies of #B63CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CFD

Black with #B63CFD

Text Example


Text Example

White with #B63CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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