Html Css Color HEX #B13FFC Medium Orchid

📋 copy color: '#B13FFC'

red 177 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #B13FFC

Tints of Medium Orchid #B13FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 35.98%
G = 12.8%
B = 51.22%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B13FFC (or 0xB13FFC) is known color: Medium Orchid. HEX triplet: B1, 3F and FC. RGB value is (177,63,252). Sum of RGB (Red+Green+Blue) = 177+63+252=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #B13FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FFC is #4EC003. Grayscale: #757575. Windows color (decimal): -5160964 or 16531377. OLE color: 16531377.

HSL color Cylindrical-coordinate representation of color #B13FFC: hue angle of 276.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13FFC is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 63 252 -
CMYK 0.30 0.75 0 0.01
HSL 276.19º 0.97% 0.62% -
HSV(B) 276.19º 0.75% 0.99% -
XYZ 37.48 19.93 93.97 -
YUV 118.63 203.27 169.63 -
System Red Green Blue C M Y K H S L
Decimal 177 63 252 0.30 0.75 0 0.01 276.19 0.97 0.62
Hex B1 3F FC 1E 4B 0 1 114 61 3E
Octal 261 77 374 36 113 0 1 424 141 76
Binary 10110001 111111 11111100 11110 1001011 0 1 100010100 1100001 111110

Color Harmonies of #B13FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FFC

Black with #B13FFC

Text Example


Text Example

White with #B13FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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