Html Css Color HEX #B974DA Medium Orchid

📋 copy color: '#B974DA'

red 185 ◦ green 116 ◦ blue 218

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

Shades of Medium Orchid #B974DA

Tints of Medium Orchid #B974DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 35.65%
G = 22.35%
B = 42%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B974DA (or 0xB974DA) is known color: Medium Orchid. HEX triplet: B9, 74 and DA. RGB value is (185,116,218). Sum of RGB (Red+Green+Blue) = 185+116+218=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #B974DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974DA is #468B25. Grayscale: #939393. Windows color (decimal): -4623142 or 14316729. OLE color: 14316729.

HSL color Cylindrical-coordinate representation of color #B974DA: hue angle of 280.59º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B974DA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 116 218 -
CMYK 0.15 0.47 0 0.15
HSL 280.59º 0.58% 0.65% -
HSV(B) 280.59º 0.47% 0.85% -
XYZ 38.91 27.87 69.66 -
YUV 148.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 185 116 218 0.15 0.47 0 0.15 280.59 0.58 0.65
Hex B9 74 DA F 2F 0 F 119 3A 41
Octal 271 164 332 17 57 0 17 431 72 101
Binary 10111001 1110100 11011010 1111 101111 0 1111 100011001 111010 1000001

Color Harmonies of #B974DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974DA

Black with #B974DA

Text Example


Text Example

White with #B974DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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