Html Css Color HEX #B63FF1 Medium Orchid

📋 copy color: '#B63FF1'

red 182 ◦ green 63 ◦ blue 241

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

Shades of Medium Orchid #B63FF1

Tints of Medium Orchid #B63FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.59%

R = 37.45%
G = 12.96%
B = 49.59%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B63FF1 (or 0xB63FF1) is known color: Medium Orchid. HEX triplet: B6, 3F and F1. RGB value is (182,63,241). Sum of RGB (Red+Green+Blue) = 182+63+241=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #B63FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FF1 is #49C00E. Grayscale: #767676. Windows color (decimal): -4833295 or 15810486. OLE color: 15810486.

HSL color Cylindrical-coordinate representation of color #B63FF1: hue angle of 280.11º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63FF1 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 63 241 -
CMYK 0.24 0.74 0 0.05
HSL 280.11º 0.86% 0.6% -
HSV(B) 280.11º 0.74% 0.95% -
XYZ 36.95 19.85 85.1 -
YUV 118.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 182 63 241 0.24 0.74 0 0.05 280.11 0.86 0.6
Hex B6 3F F1 18 4A 0 5 118 56 3C
Octal 266 77 361 30 112 0 5 430 126 74
Binary 10110110 111111 11110001 11000 1001010 0 101 100011000 1010110 111100

Color Harmonies of #B63FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FF1

Black with #B63FF1

Text Example


Text Example

White with #B63FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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