Html Css Color HEX #B13FFB Medium Orchid

📋 copy color: '#B13FFB'

red 177 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #B13FFB

Tints of Medium Orchid #B13FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 36.05%
G = 12.83%
B = 51.12%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B13FFB (or 0xB13FFB) is known color: Medium Orchid. HEX triplet: B1, 3F and FB. RGB value is (177,63,251). Sum of RGB (Red+Green+Blue) = 177+63+251=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #B13FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FFB is #4EC004. Grayscale: #757575. Windows color (decimal): -5160965 or 16465841. OLE color: 16465841.

HSL color Cylindrical-coordinate representation of color #B13FFB: hue angle of 276.38º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13FFB is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 63 251 -
CMYK 0.29 0.75 0 0.02
HSL 276.38º 0.96% 0.62% -
HSV(B) 276.38º 0.75% 0.98% -
XYZ 37.32 19.87 93.13 -
YUV 118.52 202.77 169.71 -
System Red Green Blue C M Y K H S L
Decimal 177 63 251 0.29 0.75 0 0.02 276.38 0.96 0.62
Hex B1 3F FB 1D 4B 0 2 114 60 3E
Octal 261 77 373 35 113 0 2 424 140 76
Binary 10110001 111111 11111011 11101 1001011 0 10 100010100 1100000 111110

Color Harmonies of #B13FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FFB

Black with #B13FFB

Text Example


Text Example

White with #B13FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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