Html Css Color HEX #B974E8 Medium Orchid

📋 copy color: '#B974E8'

red 185 ◦ green 116 ◦ blue 232

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

Shades of Medium Orchid #B974E8

Tints of Medium Orchid #B974E8

RGB

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

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

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

R = 34.71%
G = 21.76%
B = 43.53%

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

#B974E8 (or 0xB974E8) is known color: Medium Orchid. HEX triplet: B9, 74 and E8. RGB value is (185,116,232). Sum of RGB (Red+Green+Blue) = 185+116+232=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #B974E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974E8 is #468B17. Grayscale: #959595. Windows color (decimal): -4623128 or 15234233. OLE color: 15234233.

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

Color convert

RGB 185 116 232 -
CMYK 0.20 0.50 0 0.09
HSL 275.69º 0.72% 0.68% -
HSV(B) 275.69º 0.5% 0.91% -
XYZ 40.82 28.63 79.72 -
YUV 149.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 185 116 232 0.20 0.50 0 0.09 275.69 0.72 0.68
Hex B9 74 E8 14 32 0 9 114 48 44
Octal 271 164 350 24 62 0 11 424 110 104
Binary 10111001 1110100 11101000 10100 110010 0 1001 100010100 1001000 1000100

Color Harmonies of #B974E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974E8

Black with #B974E8

Text Example


Text Example

White with #B974E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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