Html Css Color HEX #B13DFB Medium Orchid

📋 copy color: '#B13DFB'

red 177 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #B13DFB

Tints of Medium Orchid #B13DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.47%

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

R = 36.2%
G = 12.47%
B = 51.33%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B13DFB (or 0xB13DFB) is known color: Medium Orchid. HEX triplet: B1, 3D and FB. RGB value is (177,61,251). Sum of RGB (Red+Green+Blue) = 177+61+251=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #B13DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DFB is #4EC204. Grayscale: #747474. Windows color (decimal): -5161477 or 16465329. OLE color: 16465329.

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

Color convert

RGB 177 61 251 -
CMYK 0.29 0.76 0 0.02
HSL 276.63º 0.96% 0.61% -
HSV(B) 276.63º 0.76% 0.98% -
XYZ 37.21 19.65 93.1 -
YUV 117.34 203.43 170.55 -
System Red Green Blue C M Y K H S L
Decimal 177 61 251 0.29 0.76 0 0.02 276.63 0.96 0.61
Hex B1 3D FB 1D 4C 0 2 115 60 3D
Octal 261 75 373 35 114 0 2 425 140 75
Binary 10110001 111101 11111011 11101 1001100 0 10 100010101 1100000 111101

Color Harmonies of #B13DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DFB

Black with #B13DFB

Text Example


Text Example

White with #B13DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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