Html Css Color HEX #B73CFB Medium Orchid

📋 copy color: '#B73CFB'

red 183 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #B73CFB

Tints of Medium Orchid #B73CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 37.04%
G = 12.15%
B = 50.81%

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

#B73CFB (or 0xB73CFB) is known color: Medium Orchid. HEX triplet: B7, 3C and FB. RGB value is (183,60,251). Sum of RGB (Red+Green+Blue) = 183+60+251=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #B73CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CFB is #48C304. Grayscale: #757575. Windows color (decimal): -4768517 or 16465079. OLE color: 16465079.

HSL color Cylindrical-coordinate representation of color #B73CFB: hue angle of 278.64º degrees, saturation: 0.96, 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 #B73CFB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 60 251 -
CMYK 0.27 0.76 0 0.02
HSL 278.64º 0.96% 0.61% -
HSV(B) 278.64º 0.76% 0.98% -
XYZ 38.56 20.26 93.15 -
YUV 118.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 183 60 251 0.27 0.76 0 0.02 278.64 0.96 0.61
Hex B7 3C FB 1B 4C 0 2 117 60 3D
Octal 267 74 373 33 114 0 2 427 140 75
Binary 10110111 111100 11111011 11011 1001100 0 10 100010111 1100000 111101

Color Harmonies of #B73CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CFB

Black with #B73CFB

Text Example


Text Example

White with #B73CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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