Html Css Color HEX #B674CE Medium Orchid

📋 copy color: '#B674CE'

red 182 ◦ green 116 ◦ blue 206

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

Shades of Medium Orchid #B674CE

Tints of Medium Orchid #B674CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 36.11%
G = 23.02%
B = 40.87%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B674CE (or 0xB674CE) is known color: Medium Orchid. HEX triplet: B6, 74 and CE. RGB value is (182,116,206). Sum of RGB (Red+Green+Blue) = 182+116+206=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #B674CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674CE is #498B31. Grayscale: #919191. Windows color (decimal): -4819762 or 13530294. OLE color: 13530294.

HSL color Cylindrical-coordinate representation of color #B674CE: hue angle of 284º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B674CE is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 116 206 -
CMYK 0.12 0.44 0 0.19
HSL 284º 0.48% 0.63% -
HSV(B) 284º 0.44% 0.81% -
XYZ 36.68 26.89 61.65 -
YUV 145.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 182 116 206 0.12 0.44 0 0.19 284 0.48 0.63
Hex B6 74 CE C 2C 0 13 11C 30 3F
Octal 266 164 316 14 54 0 23 434 60 77
Binary 10110110 1110100 11001110 1100 101100 0 10011 100011100 110000 111111

Color Harmonies of #B674CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674CE

Black with #B674CE

Text Example


Text Example

White with #B674CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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