Html Css Color HEX #B73FFA Medium Orchid

📋 copy color: '#B73FFA'

red 183 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #B73FFA

Tints of Medium Orchid #B73FFA

RGB

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

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

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

R = 36.9%
G = 12.7%
B = 50.4%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B73FFA (or 0xB73FFA) is known color: Medium Orchid. HEX triplet: B7, 3F and FA. RGB value is (183,63,250). Sum of RGB (Red+Green+Blue) = 183+63+250=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #B73FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FFA is #48C005. Grayscale: #777777. Windows color (decimal): -4767750 or 16400311. OLE color: 16400311.

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

Color convert

RGB 183 63 250 -
CMYK 0.27 0.75 0 0.02
HSL 278.5º 0.95% 0.61% -
HSV(B) 278.5º 0.75% 0.98% -
XYZ 38.56 20.52 92.37 -
YUV 120.2 201.26 172.79 -
System Red Green Blue C M Y K H S L
Decimal 183 63 250 0.27 0.75 0 0.02 278.5 0.95 0.61
Hex B7 3F FA 1B 4B 0 2 117 5F 3D
Octal 267 77 372 33 113 0 2 427 137 75
Binary 10110111 111111 11111010 11011 1001011 0 10 100010111 1011111 111101

Color Harmonies of #B73FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FFA

Black with #B73FFA

Text Example


Text Example

White with #B73FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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