Html Css Color HEX #B73CF9 Medium Orchid

📋 copy color: '#B73CF9'

red 183 ◦ green 60 ◦ blue 249

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

Shades of Medium Orchid #B73CF9

Tints of Medium Orchid #B73CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 37.2%
G = 12.2%
B = 50.61%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B73CF9 (or 0xB73CF9) is known color: Medium Orchid. HEX triplet: B7, 3C and F9. RGB value is (183,60,249). Sum of RGB (Red+Green+Blue) = 183+60+249=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #B73CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CF9 is #48C306. Grayscale: #757575. Windows color (decimal): -4768519 or 16334007. OLE color: 16334007.

HSL color Cylindrical-coordinate representation of color #B73CF9: hue angle of 279.05º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73CF9 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 60 249 -
CMYK 0.27 0.76 0 0.02
HSL 279.05º 0.94% 0.61% -
HSV(B) 279.05º 0.76% 0.98% -
XYZ 38.24 20.14 91.49 -
YUV 118.32 201.75 174.13 -
System Red Green Blue C M Y K H S L
Decimal 183 60 249 0.27 0.76 0 0.02 279.05 0.94 0.61
Hex B7 3C F9 1B 4C 0 2 117 5E 3D
Octal 267 74 371 33 114 0 2 427 136 75
Binary 10110111 111100 11111001 11011 1001100 0 10 100010111 1011110 111101

Color Harmonies of #B73CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CF9

Black with #B73CF9

Text Example


Text Example

White with #B73CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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