Html Css Color HEX #B63FF7 Medium Orchid

📋 copy color: '#B63FF7'

red 182 ◦ green 63 ◦ blue 247

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

Shades of Medium Orchid #B63FF7

Tints of Medium Orchid #B63FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.2%

R = 36.99%
G = 12.8%
B = 50.2%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B63FF7 (or 0xB63FF7) is known color: Medium Orchid. HEX triplet: B6, 3F and F7. RGB value is (182,63,247). Sum of RGB (Red+Green+Blue) = 182+63+247=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #B63FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FF7 is #49C008. Grayscale: #767676. Windows color (decimal): -4833289 or 16203702. OLE color: 16203702.

HSL color Cylindrical-coordinate representation of color #B63FF7: hue angle of 278.8º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63FF7 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 63 247 -
CMYK 0.26 0.74 0 0.03
HSL 278.8º 0.92% 0.61% -
HSV(B) 278.8º 0.74% 0.97% -
XYZ 37.86 20.22 89.9 -
YUV 119.56 199.92 172.54 -
System Red Green Blue C M Y K H S L
Decimal 182 63 247 0.26 0.74 0 0.03 278.8 0.92 0.61
Hex B6 3F F7 1A 4A 0 3 117 5C 3D
Octal 266 77 367 32 112 0 3 427 134 75
Binary 10110110 111111 11110111 11010 1001010 0 11 100010111 1011100 111101

Color Harmonies of #B63FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FF7

Black with #B63FF7

Text Example


Text Example

White with #B63FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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