Html Css Color HEX #B973EA Medium Orchid

📋 copy color: '#B973EA'

red 185 ◦ green 115 ◦ blue 234

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

Shades of Medium Orchid #B973EA

Tints of Medium Orchid #B973EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 34.64%
G = 21.54%
B = 43.82%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B973EA (or 0xB973EA) is known color: Medium Orchid. HEX triplet: B9, 73 and EA. RGB value is (185,115,234). Sum of RGB (Red+Green+Blue) = 185+115+234=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #B973EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973EA is #468C15. Grayscale: #959595. Windows color (decimal): -4623382 or 15365049. OLE color: 15365049.

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

Color convert

RGB 185 115 234 -
CMYK 0.21 0.51 0 0.08
HSL 275.29º 0.74% 0.68% -
HSV(B) 275.29º 0.51% 0.92% -
XYZ 40.99 28.52 81.19 -
YUV 149.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 185 115 234 0.21 0.51 0 0.08 275.29 0.74 0.68
Hex B9 73 EA 15 33 0 8 113 4A 44
Octal 271 163 352 25 63 0 10 423 112 104
Binary 10111001 1110011 11101010 10101 110011 0 1000 100010011 1001010 1000100

Color Harmonies of #B973EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973EA

Black with #B973EA

Text Example


Text Example

White with #B973EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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