Html Css Color HEX #B73EF1 Medium Orchid

📋 copy color: '#B73EF1'

red 183 ◦ green 62 ◦ blue 241

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

Shades of Medium Orchid #B73EF1

Tints of Medium Orchid #B73EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.76%

 BLUE value IS 241 (94.53% from 255) = 49.59%

R = 37.65%
G = 12.76%
B = 49.59%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B73EF1 (or 0xB73EF1) is known color: Medium Orchid. HEX triplet: B7, 3E and F1. RGB value is (183,62,241). Sum of RGB (Red+Green+Blue) = 183+62+241=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #B73EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73EF1 is #48C10E. Grayscale: #757575. Windows color (decimal): -4768015 or 15810231. OLE color: 15810231.

HSL color Cylindrical-coordinate representation of color #B73EF1: hue angle of 280.56º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73EF1 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 62 241 -
CMYK 0.24 0.74 0 0.05
HSL 280.56º 0.86% 0.59% -
HSV(B) 280.56º 0.74% 0.95% -
XYZ 37.13 19.86 85.1 -
YUV 118.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 183 62 241 0.24 0.74 0 0.05 280.56 0.86 0.59
Hex B7 3E F1 18 4A 0 5 119 56 3B
Octal 267 76 361 30 112 0 5 431 126 73
Binary 10110111 111110 11110001 11000 1001010 0 101 100011001 1010110 111011

Color Harmonies of #B73EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73EF1

Black with #B73EF1

Text Example


Text Example

White with #B73EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73EF1; }

 p { color: rgb(183,62,241); }

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

background-color css

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

 a { background-color: rgb(183,62,241); }

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

border-color css

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

 span { border-color: rgb(183,62,241); }

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