Html Css Color HEX #B73DDA Medium Orchid

📋 copy color: '#B73DDA'

red 183 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #B73DDA

Tints of Medium Orchid #B73DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 39.61%
G = 13.2%
B = 47.19%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B73DDA (or 0xB73DDA) is known color: Medium Orchid. HEX triplet: B7, 3D and DA. RGB value is (183,61,218). Sum of RGB (Red+Green+Blue) = 183+61+218=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #B73DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DDA is #48C225. Grayscale: #727272. Windows color (decimal): -4768294 or 14302647. OLE color: 14302647.

HSL color Cylindrical-coordinate representation of color #B73DDA: hue angle of 286.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73DDA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 61 218 -
CMYK 0.16 0.72 0 0.15
HSL 286.62º 0.68% 0.55% -
HSV(B) 286.62º 0.72% 0.85% -
XYZ 33.85 18.47 68.11 -
YUV 115.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 183 61 218 0.16 0.72 0 0.15 286.62 0.68 0.55
Hex B7 3D DA 10 48 0 F 11F 44 37
Octal 267 75 332 20 110 0 17 437 104 67
Binary 10110111 111101 11011010 10000 1001000 0 1111 100011111 1000100 110111

Color Harmonies of #B73DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73DDA

Black with #B73DDA

Text Example


Text Example

White with #B73DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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