Html Css Color HEX #B73FEA Medium Orchid

📋 copy color: '#B73FEA'

red 183 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #B73FEA

Tints of Medium Orchid #B73FEA

RGB

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

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

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

R = 38.13%
G = 13.13%
B = 48.75%

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

#B73FEA (or 0xB73FEA) is known color: Medium Orchid. HEX triplet: B7, 3F and EA. RGB value is (183,63,234). Sum of RGB (Red+Green+Blue) = 183+63+234=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #B73FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FEA is #48C015. Grayscale: #757575. Windows color (decimal): -4767766 or 15351735. OLE color: 15351735.

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

Color convert

RGB 183 63 234 -
CMYK 0.22 0.73 0 0.08
HSL 282.11º 0.8% 0.58% -
HSV(B) 282.11º 0.73% 0.92% -
XYZ 36.16 19.56 79.71 -
YUV 118.37 193.26 174.1 -
System Red Green Blue C M Y K H S L
Decimal 183 63 234 0.22 0.73 0 0.08 282.11 0.8 0.58
Hex B7 3F EA 16 49 0 8 11A 50 3A
Octal 267 77 352 26 111 0 10 432 120 72
Binary 10110111 111111 11101010 10110 1001001 0 1000 100011010 1010000 111010

Color Harmonies of #B73FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FEA

Black with #B73FEA

Text Example


Text Example

White with #B73FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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