Html Css Color HEX #B973E8 Medium Orchid

📋 copy color: '#B973E8'

red 185 ◦ green 115 ◦ blue 232

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

Shades of Medium Orchid #B973E8

Tints of Medium Orchid #B973E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.61%

R = 34.77%
G = 21.62%
B = 43.61%

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

#B973E8 (or 0xB973E8) is known color: Medium Orchid. HEX triplet: B9, 73 and E8. RGB value is (185,115,232). Sum of RGB (Red+Green+Blue) = 185+115+232=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #B973E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973E8 is #468C17. Grayscale: #949494. Windows color (decimal): -4623384 or 15233977. OLE color: 15233977.

HSL color Cylindrical-coordinate representation of color #B973E8: hue angle of 275.9º degrees, saturation: 0.72, 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 #B973E8 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 115 232 -
CMYK 0.20 0.50 0 0.09
HSL 275.9º 0.72% 0.68% -
HSV(B) 275.9º 0.5% 0.91% -
XYZ 40.7 28.4 79.68 -
YUV 149.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 185 115 232 0.20 0.50 0 0.09 275.9 0.72 0.68
Hex B9 73 E8 14 32 0 9 114 48 44
Octal 271 163 350 24 62 0 11 424 110 104
Binary 10111001 1110011 11101000 10100 110010 0 1001 100010100 1001000 1000100

Color Harmonies of #B973E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973E8

Black with #B973E8

Text Example


Text Example

White with #B973E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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