Html Css Color HEX #B13BEB Medium Orchid

📋 copy color: '#B13BEB'

red 177 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #B13BEB

Tints of Medium Orchid #B13BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.53%

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

R = 37.58%
G = 12.53%
B = 49.89%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B13BEB (or 0xB13BEB) is known color: Medium Orchid. HEX triplet: B1, 3B and EB. RGB value is (177,59,235). Sum of RGB (Red+Green+Blue) = 177+59+235=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #B13BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BEB is #4EC414. Grayscale: #717171. Windows color (decimal): -5162005 or 15416241. OLE color: 15416241.

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

Color convert

RGB 177 59 235 -
CMYK 0.25 0.75 0 0.08
HSL 280.23º 0.81% 0.58% -
HSV(B) 280.23º 0.75% 0.92% -
XYZ 34.69 18.47 80.33 -
YUV 114.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 177 59 235 0.25 0.75 0 0.08 280.23 0.81 0.58
Hex B1 3B EB 19 4B 0 8 118 51 3A
Octal 261 73 353 31 113 0 10 430 121 72
Binary 10110001 111011 11101011 11001 1001011 0 1000 100011000 1010001 111010

Color Harmonies of #B13BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BEB

Black with #B13BEB

Text Example


Text Example

White with #B13BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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