Html Css Color HEX #B73CEB Medium Orchid

📋 copy color: '#B73CEB'

red 183 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #B73CEB

Tints of Medium Orchid #B73CEB

RGB

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

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

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

R = 38.28%
G = 12.55%
B = 49.16%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B73CEB (or 0xB73CEB) is known color: Medium Orchid. HEX triplet: B7, 3C and EB. RGB value is (183,60,235). Sum of RGB (Red+Green+Blue) = 183+60+235=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #B73CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CEB is #48C314. Grayscale: #747474. Windows color (decimal): -4768533 or 15416503. OLE color: 15416503.

HSL color Cylindrical-coordinate representation of color #B73CEB: hue angle of 282.17º 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 #B73CEB is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 60 235 -
CMYK 0.22 0.74 0 0.08
HSL 282.17º 0.81% 0.58% -
HSV(B) 282.17º 0.74% 0.92% -
XYZ 36.14 19.3 80.42 -
YUV 116.73 194.75 175.27 -
System Red Green Blue C M Y K H S L
Decimal 183 60 235 0.22 0.74 0 0.08 282.17 0.81 0.58
Hex B7 3C EB 16 4A 0 8 11A 51 3A
Octal 267 74 353 26 112 0 10 432 121 72
Binary 10110111 111100 11101011 10110 1001010 0 1000 100011010 1010001 111010

Color Harmonies of #B73CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CEB

Black with #B73CEB

Text Example


Text Example

White with #B73CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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