Html Css Color HEX #B974E9 Medium Orchid

📋 copy color: '#B974E9'

red 185 ◦ green 116 ◦ blue 233

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

Shades of Medium Orchid #B974E9

Tints of Medium Orchid #B974E9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.72%

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

R = 34.64%
G = 21.72%
B = 43.63%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B974E9 (or 0xB974E9) is known color: Medium Orchid. HEX triplet: B9, 74 and E9. RGB value is (185,116,233). Sum of RGB (Red+Green+Blue) = 185+116+233=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #B974E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974E9 is #468B16. Grayscale: #959595. Windows color (decimal): -4623127 or 15299769. OLE color: 15299769.

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

Color convert

RGB 185 116 233 -
CMYK 0.21 0.50 0 0.09
HSL 275.38º 0.73% 0.68% -
HSV(B) 275.38º 0.5% 0.91% -
XYZ 40.96 28.69 80.47 -
YUV 149.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 185 116 233 0.21 0.50 0 0.09 275.38 0.73 0.68
Hex B9 74 E9 15 32 0 9 113 49 44
Octal 271 164 351 25 62 0 11 423 111 104
Binary 10111001 1110100 11101001 10101 110010 0 1001 100010011 1001001 1000100

Color Harmonies of #B974E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974E9

Black with #B974E9

Text Example


Text Example

White with #B974E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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