Html Css Color HEX #B13FF3 Medium Orchid

📋 copy color: '#B13FF3'

red 177 ◦ green 63 ◦ blue 243

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

Shades of Medium Orchid #B13FF3

Tints of Medium Orchid #B13FF3

RGB

 RED value IS 177 (69.53% from 255) = 36.65%

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

 BLUE value IS 243 (95.31% from 255) = 50.31%

R = 36.65%
G = 13.04%
B = 50.31%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B13FF3 (or 0xB13FF3) is known color: Medium Orchid. HEX triplet: B1, 3F and F3. RGB value is (177,63,243). Sum of RGB (Red+Green+Blue) = 177+63+243=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #B13FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FF3 is #4EC00C. Grayscale: #757575. Windows color (decimal): -5160973 or 15941553. OLE color: 15941553.

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

Color convert

RGB 177 63 243 -
CMYK 0.27 0.74 0 0.05
HSL 278º 0.88% 0.6% -
HSV(B) 278º 0.74% 0.95% -
XYZ 36.09 19.37 86.63 -
YUV 117.61 198.77 170.36 -
System Red Green Blue C M Y K H S L
Decimal 177 63 243 0.27 0.74 0 0.05 278 0.88 0.6
Hex B1 3F F3 1B 4A 0 5 116 58 3C
Octal 261 77 363 33 112 0 5 426 130 74
Binary 10110001 111111 11110011 11011 1001010 0 101 100010110 1011000 111100

Color Harmonies of #B13FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FF3

Black with #B13FF3

Text Example


Text Example

White with #B13FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FF3; }

 p { color: rgb(177,63,243); }

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

background-color css

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

 a { background-color: rgb(177,63,243); }

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

border-color css

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

 span { border-color: rgb(177,63,243); }

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