Html Css Color HEX #B13CEB Medium Orchid

📋 copy color: '#B13CEB'

red 177 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #B13CEB

Tints of Medium Orchid #B13CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.71%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 37.5%
G = 12.71%
B = 49.79%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B13CEB (or 0xB13CEB) is known color: Medium Orchid. HEX triplet: B1, 3C and EB. RGB value is (177,60,235). Sum of RGB (Red+Green+Blue) = 177+60+235=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #B13CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CEB is #4EC314. Grayscale: #727272. Windows color (decimal): -5161749 or 15416497. OLE color: 15416497.

HSL color Cylindrical-coordinate representation of color #B13CEB: hue angle of 280.11º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13CEB is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 60 235 -
CMYK 0.25 0.74 0 0.08
HSL 280.11º 0.81% 0.58% -
HSV(B) 280.11º 0.74% 0.92% -
XYZ 34.74 18.58 80.35 -
YUV 114.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 177 60 235 0.25 0.74 0 0.08 280.11 0.81 0.58
Hex B1 3C EB 19 4A 0 8 118 51 3A
Octal 261 74 353 31 112 0 10 430 121 72
Binary 10110001 111100 11101011 11001 1001010 0 1000 100011000 1010001 111010

Color Harmonies of #B13CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CEB

Black with #B13CEB

Text Example


Text Example

White with #B13CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CEB; }

 p { color: rgb(177,60,235); }

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

background-color css

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

 a { background-color: rgb(177,60,235); }

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

border-color css

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

 span { border-color: rgb(177,60,235); }

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