Html Css Color HEX #B973E7 Medium Orchid

📋 copy color: '#B973E7'

red 185 ◦ green 115 ◦ blue 231

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

Shades of Medium Orchid #B973E7

Tints of Medium Orchid #B973E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.5%

R = 34.84%
G = 21.66%
B = 43.5%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B973E7 (or 0xB973E7) is known color: Medium Orchid. HEX triplet: B9, 73 and E7. RGB value is (185,115,231). Sum of RGB (Red+Green+Blue) = 185+115+231=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #B973E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973E7 is #468C18. Grayscale: #949494. Windows color (decimal): -4623385 or 15168441. OLE color: 15168441.

HSL color Cylindrical-coordinate representation of color #B973E7: hue angle of 276.21º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B973E7 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 115 231 -
CMYK 0.20 0.50 0 0.09
HSL 276.21º 0.71% 0.68% -
HSV(B) 276.21º 0.5% 0.91% -
XYZ 40.56 28.35 78.93 -
YUV 149.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 185 115 231 0.20 0.50 0 0.09 276.21 0.71 0.68
Hex B9 73 E7 14 32 0 9 114 47 44
Octal 271 163 347 24 62 0 11 424 107 104
Binary 10111001 1110011 11100111 10100 110010 0 1001 100010100 1000111 1000100

Color Harmonies of #B973E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973E7

Black with #B973E7

Text Example


Text Example

White with #B973E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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