Html Css Color HEX #B674D7 Medium Orchid

📋 copy color: '#B674D7'

red 182 ◦ green 116 ◦ blue 215

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

Shades of Medium Orchid #B674D7

Tints of Medium Orchid #B674D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 35.48%
G = 22.61%
B = 41.91%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B674D7 (or 0xB674D7) is known color: Medium Orchid. HEX triplet: B6, 74 and D7. RGB value is (182,116,215). Sum of RGB (Red+Green+Blue) = 182+116+215=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #B674D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674D7 is #498B28. Grayscale: #929292. Windows color (decimal): -4819753 or 14120118. OLE color: 14120118.

HSL color Cylindrical-coordinate representation of color #B674D7: hue angle of 280º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B674D7 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 116 215 -
CMYK 0.15 0.46 0 0.16
HSL 280º 0.55% 0.65% -
HSV(B) 280º 0.46% 0.84% -
XYZ 37.8 27.34 67.58 -
YUV 147.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 182 116 215 0.15 0.46 0 0.16 280 0.55 0.65
Hex B6 74 D7 F 2E 0 10 118 37 41
Octal 266 164 327 17 56 0 20 430 67 101
Binary 10110110 1110100 11010111 1111 101110 0 10000 100011000 110111 1000001

Color Harmonies of #B674D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674D7

Black with #B674D7

Text Example


Text Example

White with #B674D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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