Html Css Color HEX #B73CFA Medium Orchid

📋 copy color: '#B73CFA'

red 183 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #B73CFA

Tints of Medium Orchid #B73CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 37.12%
G = 12.17%
B = 50.71%

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

#B73CFA (or 0xB73CFA) is known color: Medium Orchid. HEX triplet: B7, 3C and FA. RGB value is (183,60,250). Sum of RGB (Red+Green+Blue) = 183+60+250=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #B73CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CFA is #48C305. Grayscale: #757575. Windows color (decimal): -4768518 or 16399543. OLE color: 16399543.

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

Color convert

RGB 183 60 250 -
CMYK 0.27 0.76 0 0.02
HSL 278.84º 0.95% 0.61% -
HSV(B) 278.84º 0.76% 0.98% -
XYZ 38.4 20.2 92.32 -
YUV 118.44 202.25 174.05 -
System Red Green Blue C M Y K H S L
Decimal 183 60 250 0.27 0.76 0 0.02 278.84 0.95 0.61
Hex B7 3C FA 1B 4C 0 2 117 5F 3D
Octal 267 74 372 33 114 0 2 427 137 75
Binary 10110111 111100 11111010 11011 1001100 0 10 100010111 1011111 111101

Color Harmonies of #B73CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CFA

Black with #B73CFA

Text Example


Text Example

White with #B73CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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