Html Css Color HEX #B63EF2 Medium Orchid

📋 copy color: '#B63EF2'

red 182 ◦ green 62 ◦ blue 242

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

Shades of Medium Orchid #B63EF2

Tints of Medium Orchid #B63EF2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.76%

 BLUE value IS 242 (94.92% from 255) = 49.79%

R = 37.45%
G = 12.76%
B = 49.79%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B63EF2 (or 0xB63EF2) is known color: Medium Orchid. HEX triplet: B6, 3E and F2. RGB value is (182,62,242). Sum of RGB (Red+Green+Blue) = 182+62+242=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #B63EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EF2 is #49C10D. Grayscale: #757575. Windows color (decimal): -4833550 or 15875766. OLE color: 15875766.

HSL color Cylindrical-coordinate representation of color #B63EF2: hue angle of 280º degrees, saturation: 0.87, 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 #B63EF2 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 62 242 -
CMYK 0.25 0.74 0 0.05
HSL 280º 0.87% 0.6% -
HSV(B) 280º 0.74% 0.95% -
XYZ 37.04 19.8 85.87 -
YUV 118.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 182 62 242 0.25 0.74 0 0.05 280 0.87 0.6
Hex B6 3E F2 19 4A 0 5 118 57 3C
Octal 266 76 362 31 112 0 5 430 127 74
Binary 10110110 111110 11110010 11001 1001010 0 101 100011000 1010111 111100

Color Harmonies of #B63EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EF2

Black with #B63EF2

Text Example


Text Example

White with #B63EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EF2; }

 p { color: rgb(182,62,242); }

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

background-color css

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

 a { background-color: rgb(182,62,242); }

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

border-color css

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

 span { border-color: rgb(182,62,242); }

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