Html Css Color HEX #B73DFB Medium Orchid

📋 copy color: '#B73DFB'

red 183 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #B73DFB

Tints of Medium Orchid #B73DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.32%

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

R = 36.97%
G = 12.32%
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

#B73DFB (or 0xB73DFB) is known color: Medium Orchid. HEX triplet: B7, 3D and FB. RGB value is (183,61,251). Sum of RGB (Red+Green+Blue) = 183+61+251=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #B73DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73DFB is #48C204. Grayscale: #767676. Windows color (decimal): -4768261 or 16465335. OLE color: 16465335.

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

Color convert

RGB 183 61 251 -
CMYK 0.27 0.76 0 0.02
HSL 278.53º 0.96% 0.61% -
HSV(B) 278.53º 0.76% 0.98% -
XYZ 38.61 20.37 93.16 -
YUV 119.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 183 61 251 0.27 0.76 0 0.02 278.53 0.96 0.61
Hex B7 3D FB 1B 4C 0 2 117 60 3D
Octal 267 75 373 33 114 0 2 427 140 75
Binary 10110111 111101 11111011 11011 1001100 0 10 100010111 1100000 111101

Color Harmonies of #B73DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73DFB

Black with #B73DFB

Text Example


Text Example

White with #B73DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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