Html Css Color HEX #B974EC Medium Orchid

📋 copy color: '#B974EC'

red 185 ◦ green 116 ◦ blue 236

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

Shades of Medium Orchid #B974EC

Tints of Medium Orchid #B974EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 34.45%
G = 21.6%
B = 43.95%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B974EC (or 0xB974EC) is known color: Medium Orchid. HEX triplet: B9, 74 and EC. RGB value is (185,116,236). Sum of RGB (Red+Green+Blue) = 185+116+236=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #B974EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974EC is #468B13. Grayscale: #959595. Windows color (decimal): -4623124 or 15496377. OLE color: 15496377.

HSL color Cylindrical-coordinate representation of color #B974EC: hue angle of 274.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B974EC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 116 236 -
CMYK 0.22 0.51 0 0.07
HSL 274.5º 0.76% 0.69% -
HSV(B) 274.5º 0.51% 0.93% -
XYZ 41.39 28.86 82.75 -
YUV 150.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 185 116 236 0.22 0.51 0 0.07 274.5 0.76 0.69
Hex B9 74 EC 16 33 0 7 112 4C 45
Octal 271 164 354 26 63 0 7 422 114 105
Binary 10111001 1110100 11101100 10110 110011 0 111 100010010 1001100 1000101

Color Harmonies of #B974EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974EC

Black with #B974EC

Text Example


Text Example

White with #B974EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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