Html Css Color HEX #B73FEB Medium Orchid

📋 copy color: '#B73FEB'

red 183 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #B73FEB

Tints of Medium Orchid #B73FEB

RGB

 RED value IS 183 (71.88% from 255) = 38.05%

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

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

R = 38.05%
G = 13.1%
B = 48.86%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B73FEB (or 0xB73FEB) is known color: Medium Orchid. HEX triplet: B7, 3F and EB. RGB value is (183,63,235). Sum of RGB (Red+Green+Blue) = 183+63+235=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #B73FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FEB is #48C014. Grayscale: #757575. Windows color (decimal): -4767765 or 15417271. OLE color: 15417271.

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

Color convert

RGB 183 63 235 -
CMYK 0.22 0.73 0 0.08
HSL 281.86º 0.81% 0.58% -
HSV(B) 281.86º 0.73% 0.92% -
XYZ 36.3 19.62 80.47 -
YUV 118.49 193.76 174.01 -
System Red Green Blue C M Y K H S L
Decimal 183 63 235 0.22 0.73 0 0.08 281.86 0.81 0.58
Hex B7 3F EB 16 49 0 8 11A 51 3A
Octal 267 77 353 26 111 0 10 432 121 72
Binary 10110111 111111 11101011 10110 1001001 0 1000 100011010 1010001 111010

Color Harmonies of #B73FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FEB

Black with #B73FEB

Text Example


Text Example

White with #B73FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FEB; }

 p { color: rgb(183,63,235); }

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

background-color css

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

 a { background-color: rgb(183,63,235); }

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

border-color css

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

 span { border-color: rgb(183,63,235); }

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