Html Css Color HEX #B674CC Medium Orchid

📋 copy color: '#B674CC'

red 182 ◦ green 116 ◦ blue 204

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

Shades of Medium Orchid #B674CC

Tints of Medium Orchid #B674CC

RGB

 RED value IS 182 (71.48% from 255) = 36.25%

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

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

R = 36.25%
G = 23.11%
B = 40.64%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B674CC (or 0xB674CC) is known color: Medium Orchid. HEX triplet: B6, 74 and CC. RGB value is (182,116,204). Sum of RGB (Red+Green+Blue) = 182+116+204=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #B674CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674CC is #498B33. Grayscale: #919191. Windows color (decimal): -4819764 or 13399222. OLE color: 13399222.

HSL color Cylindrical-coordinate representation of color #B674CC: hue angle of 285º 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 #B674CC is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 116 204 -
CMYK 0.11 0.43 0 0.2
HSL 285º 0.46% 0.63% -
HSV(B) 285º 0.43% 0.8% -
XYZ 36.44 26.8 60.38 -
YUV 145.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 182 116 204 0.11 0.43 0 0.2 285 0.46 0.63
Hex B6 74 CC B 2B 0 14 11D 2E 3F
Octal 266 164 314 13 53 0 24 435 56 77
Binary 10110110 1110100 11001100 1011 101011 0 10100 100011101 101110 111111

Color Harmonies of #B674CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674CC

Black with #B674CC

Text Example


Text Example

White with #B674CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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