Html Css Color HEX #B73CE4 Medium Orchid

📋 copy color: '#B73CE4'

red 183 ◦ green 60 ◦ blue 228

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

Shades of Medium Orchid #B73CE4

Tints of Medium Orchid #B73CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.41%

R = 38.85%
G = 12.74%
B = 48.41%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B73CE4 (or 0xB73CE4) is known color: Medium Orchid. HEX triplet: B7, 3C and E4. RGB value is (183,60,228). Sum of RGB (Red+Green+Blue) = 183+60+228=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #B73CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CE4 is #48C31B. Grayscale: #737373. Windows color (decimal): -4768540 or 14957751. OLE color: 14957751.

HSL color Cylindrical-coordinate representation of color #B73CE4: hue angle of 283.93º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73CE4 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 60 228 -
CMYK 0.20 0.74 0 0.11
HSL 283.93º 0.76% 0.56% -
HSV(B) 283.93º 0.74% 0.89% -
XYZ 35.15 18.9 75.19 -
YUV 115.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 183 60 228 0.20 0.74 0 0.11 283.93 0.76 0.56
Hex B7 3C E4 14 4A 0 B 11C 4C 38
Octal 267 74 344 24 112 0 13 434 114 70
Binary 10110111 111100 11100100 10100 1001010 0 1011 100011100 1001100 111000

Color Harmonies of #B73CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CE4

Black with #B73CE4

Text Example


Text Example

White with #B73CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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