Html Css Color HEX #B13EFB Medium Orchid

📋 copy color: '#B13EFB'

red 177 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #B13EFB

Tints of Medium Orchid #B13EFB

RGB

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

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

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

R = 36.12%
G = 12.65%
B = 51.22%

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

#B13EFB (or 0xB13EFB) is known color: Medium Orchid. HEX triplet: B1, 3E and FB. RGB value is (177,62,251). Sum of RGB (Red+Green+Blue) = 177+62+251=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #B13EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13EFB is #4EC104. Grayscale: #757575. Windows color (decimal): -5161221 or 16465585. OLE color: 16465585.

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

Color convert

RGB 177 62 251 -
CMYK 0.29 0.75 0 0.02
HSL 276.51º 0.96% 0.61% -
HSV(B) 276.51º 0.75% 0.98% -
XYZ 37.27 19.76 93.12 -
YUV 117.93 203.1 170.13 -
System Red Green Blue C M Y K H S L
Decimal 177 62 251 0.29 0.75 0 0.02 276.51 0.96 0.61
Hex B1 3E FB 1D 4B 0 2 115 60 3D
Octal 261 76 373 35 113 0 2 425 140 75
Binary 10110001 111110 11111011 11101 1001011 0 10 100010101 1100000 111101

Color Harmonies of #B13EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13EFB

Black with #B13EFB

Text Example


Text Example

White with #B13EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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