Html Css Color HEX #B63FF4 Medium Orchid

📋 copy color: '#B63FF4'

red 182 ◦ green 63 ◦ blue 244

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

Shades of Medium Orchid #B63FF4

Tints of Medium Orchid #B63FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.9%

R = 37.22%
G = 12.88%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B63FF4 (or 0xB63FF4) is known color: Medium Orchid. HEX triplet: B6, 3F and F4. RGB value is (182,63,244). Sum of RGB (Red+Green+Blue) = 182+63+244=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #B63FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FF4 is #49C00B. Grayscale: #767676. Windows color (decimal): -4833292 or 16007094. OLE color: 16007094.

HSL color Cylindrical-coordinate representation of color #B63FF4: hue angle of 279.45º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63FF4 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 63 244 -
CMYK 0.25 0.74 0 0.04
HSL 279.45º 0.89% 0.6% -
HSV(B) 279.45º 0.74% 0.96% -
XYZ 37.4 20.03 87.48 -
YUV 119.22 198.42 172.78 -
System Red Green Blue C M Y K H S L
Decimal 182 63 244 0.25 0.74 0 0.04 279.45 0.89 0.6
Hex B6 3F F4 19 4A 0 4 117 59 3C
Octal 266 77 364 31 112 0 4 427 131 74
Binary 10110110 111111 11110100 11001 1001010 0 100 100010111 1011001 111100

Color Harmonies of #B63FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FF4

Black with #B63FF4

Text Example


Text Example

White with #B63FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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