Html Css Color HEX #B973E9 Medium Orchid

📋 copy color: '#B973E9'

red 185 ◦ green 115 ◦ blue 233

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

Shades of Medium Orchid #B973E9

Tints of Medium Orchid #B973E9

RGB

 RED value IS 185 (72.66% from 255) = 34.71%

 GREEN value IS 115 (45.31% from 255) = 21.58%

 BLUE value IS 233 (91.41% from 255) = 43.71%

R = 34.71%
G = 21.58%
B = 43.71%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B973E9 (or 0xB973E9) is known color: Medium Orchid. HEX triplet: B9, 73 and E9. RGB value is (185,115,233). Sum of RGB (Red+Green+Blue) = 185+115+233=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #B973E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973E9 is #468C16. Grayscale: #949494. Windows color (decimal): -4623383 or 15299513. OLE color: 15299513.

HSL color Cylindrical-coordinate representation of color #B973E9: hue angle of 275.59º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B973E9 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 115 233 -
CMYK 0.21 0.51 0 0.09
HSL 275.59º 0.73% 0.68% -
HSV(B) 275.59º 0.51% 0.91% -
XYZ 40.85 28.46 80.43 -
YUV 149.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 185 115 233 0.21 0.51 0 0.09 275.59 0.73 0.68
Hex B9 73 E9 15 33 0 9 114 49 44
Octal 271 163 351 25 63 0 11 424 111 104
Binary 10111001 1110011 11101001 10101 110011 0 1001 100010100 1001001 1000100

Color Harmonies of #B973E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973E9

Black with #B973E9

Text Example


Text Example

White with #B973E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973E9; }

 p { color: rgb(185,115,233); }

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

background-color css

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

 a { background-color: rgb(185,115,233); }

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

border-color css

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

 span { border-color: rgb(185,115,233); }

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