Html Css Color HEX #B73ED0 Medium Orchid

📋 copy color: '#B73ED0'

red 183 ◦ green 62 ◦ blue 208

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

Shades of Medium Orchid #B73ED0

Tints of Medium Orchid #B73ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.69%

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 40.4%
G = 13.69%
B = 45.92%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B73ED0 (or 0xB73ED0) is known color: Medium Orchid. HEX triplet: B7, 3E and D0. RGB value is (183,62,208). Sum of RGB (Red+Green+Blue) = 183+62+208=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #B73ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ED0 is #48C12F. Grayscale: #727272. Windows color (decimal): -4768048 or 13647543. OLE color: 13647543.

HSL color Cylindrical-coordinate representation of color #B73ED0: hue angle of 289.73º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73ED0 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 62 208 -
CMYK 0.12 0.70 0 0.18
HSL 289.73º 0.61% 0.53% -
HSV(B) 289.73º 0.7% 0.82% -
XYZ 32.64 18.07 61.44 -
YUV 114.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 183 62 208 0.12 0.70 0 0.18 289.73 0.61 0.53
Hex B7 3E D0 C 46 0 12 122 3D 35
Octal 267 76 320 14 106 0 22 442 75 65
Binary 10110111 111110 11010000 1100 1000110 0 10010 100100010 111101 110101

Color Harmonies of #B73ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73ED0

Black with #B73ED0

Text Example


Text Example

White with #B73ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73ED0; }

 p { color: rgb(183,62,208); }

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

background-color css

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

 a { background-color: rgb(183,62,208); }

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

border-color css

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

 span { border-color: rgb(183,62,208); }

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