Html Css Color HEX #B974ED Medium Orchid

📋 copy color: '#B974ED'

red 185 ◦ green 116 ◦ blue 237

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

Shades of Medium Orchid #B974ED

Tints of Medium Orchid #B974ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 34.39%
G = 21.56%
B = 44.05%

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

#B974ED (or 0xB974ED) is known color: Medium Orchid. HEX triplet: B9, 74 and ED. RGB value is (185,116,237). Sum of RGB (Red+Green+Blue) = 185+116+237=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #B974ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B974ED is #468B12. Grayscale: #969696. Windows color (decimal): -4623123 or 15561913. OLE color: 15561913.

HSL color Cylindrical-coordinate representation of color #B974ED: hue angle of 274.21º degrees, saturation: 0.77, 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 #B974ED is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 116 237 -
CMYK 0.22 0.51 0 0.07
HSL 274.21º 0.77% 0.69% -
HSV(B) 274.21º 0.51% 0.93% -
XYZ 41.54 28.92 83.51 -
YUV 150.43 176.86 152.66 -
System Red Green Blue C M Y K H S L
Decimal 185 116 237 0.22 0.51 0 0.07 274.21 0.77 0.69
Hex B9 74 ED 16 33 0 7 112 4D 45
Octal 271 164 355 26 63 0 7 422 115 105
Binary 10111001 1110100 11101101 10110 110011 0 111 100010010 1001101 1000101

Color Harmonies of #B974ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974ED

Black with #B974ED

Text Example


Text Example

White with #B974ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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