Html Css Color HEX #B73BEA Medium Orchid

📋 copy color: '#B73BEA'

red 183 ◦ green 59 ◦ blue 234

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

Shades of Medium Orchid #B73BEA

Tints of Medium Orchid #B73BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 38.45%
G = 12.39%
B = 49.16%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B73BEA (or 0xB73BEA) is known color: Medium Orchid. HEX triplet: B7, 3B and EA. RGB value is (183,59,234). Sum of RGB (Red+Green+Blue) = 183+59+234=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #B73BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73BEA is #48C415. Grayscale: #737373. Windows color (decimal): -4768790 or 15350711. OLE color: 15350711.

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

Color convert

RGB 183 59 234 -
CMYK 0.22 0.75 0 0.08
HSL 282.51º 0.81% 0.57% -
HSV(B) 282.51º 0.75% 0.92% -
XYZ 35.94 19.14 79.64 -
YUV 116.03 194.58 175.77 -
System Red Green Blue C M Y K H S L
Decimal 183 59 234 0.22 0.75 0 0.08 282.51 0.81 0.57
Hex B7 3B EA 16 4B 0 8 11B 51 39
Octal 267 73 352 26 113 0 10 433 121 71
Binary 10110111 111011 11101010 10110 1001011 0 1000 100011011 1010001 111001

Color Harmonies of #B73BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BEA

Black with #B73BEA

Text Example


Text Example

White with #B73BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BEA; }

 p { color: rgb(183,59,234); }

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

background-color css

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

 a { background-color: rgb(183,59,234); }

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

border-color css

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

 span { border-color: rgb(183,59,234); }

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