Html Css Color HEX #B974CC Medium Orchid

📋 copy color: '#B974CC'

red 185 ◦ green 116 ◦ blue 204

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

Shades of Medium Orchid #B974CC

Tints of Medium Orchid #B974CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 36.63%
G = 22.97%
B = 40.4%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B974CC (or 0xB974CC) is known color: Medium Orchid. HEX triplet: B9, 74 and CC. RGB value is (185,116,204). Sum of RGB (Red+Green+Blue) = 185+116+204=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #B974CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974CC is #468B33. Grayscale: #929292. Windows color (decimal): -4623156 or 13399225. OLE color: 13399225.

HSL color Cylindrical-coordinate representation of color #B974CC: hue angle of 287.05º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B974CC is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 116 204 -
CMYK 0.09 0.43 0 0.2
HSL 287.05º 0.46% 0.63% -
HSV(B) 287.05º 0.43% 0.8% -
XYZ 37.15 27.16 60.41 -
YUV 146.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 185 116 204 0.09 0.43 0 0.2 287.05 0.46 0.63
Hex B9 74 CC 9 2B 0 14 11F 2E 3F
Octal 271 164 314 11 53 0 24 437 56 77
Binary 10111001 1110100 11001100 1001 101011 0 10100 100011111 101110 111111

Color Harmonies of #B974CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974CC

Black with #B974CC

Text Example


Text Example

White with #B974CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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