Html Css Color HEX #B63FCF Medium Orchid

📋 copy color: '#B63FCF'

red 182 ◦ green 63 ◦ blue 207

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

Shades of Medium Orchid #B63FCF

Tints of Medium Orchid #B63FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.94%

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 40.27%
G = 13.94%
B = 45.8%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B63FCF (or 0xB63FCF) is known color: Medium Orchid. HEX triplet: B6, 3F and CF. RGB value is (182,63,207). Sum of RGB (Red+Green+Blue) = 182+63+207=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #B63FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FCF is #49C030. Grayscale: #727272. Windows color (decimal): -4833329 or 13582262. OLE color: 13582262.

HSL color Cylindrical-coordinate representation of color #B63FCF: hue angle of 289.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63FCF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 63 207 -
CMYK 0.12 0.70 0 0.19
HSL 289.58º 0.6% 0.53% -
HSV(B) 289.58º 0.7% 0.81% -
XYZ 32.33 18.01 60.8 -
YUV 115 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 182 63 207 0.12 0.70 0 0.19 289.58 0.6 0.53
Hex B6 3F CF C 46 0 13 122 3C 35
Octal 266 77 317 14 106 0 23 442 74 65
Binary 10110110 111111 11001111 1100 1000110 0 10011 100100010 111100 110101

Color Harmonies of #B63FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FCF

Black with #B63FCF

Text Example


Text Example

White with #B63FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FCF; }

 p { color: rgb(182,63,207); }

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

background-color css

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

 a { background-color: rgb(182,63,207); }

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

border-color css

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

 span { border-color: rgb(182,63,207); }

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