Html Css Color HEX #B676DA Medium Orchid

📋 copy color: '#B676DA'

red 182 ◦ green 118 ◦ blue 218

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

Shades of Medium Orchid #B676DA

Tints of Medium Orchid #B676DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.78%

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

R = 35.14%
G = 22.78%
B = 42.08%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B676DA (or 0xB676DA) is known color: Medium Orchid. HEX triplet: B6, 76 and DA. RGB value is (182,118,218). Sum of RGB (Red+Green+Blue) = 182+118+218=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #B676DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676DA is #498925. Grayscale: #949494. Windows color (decimal): -4819238 or 14317238. OLE color: 14317238.

HSL color Cylindrical-coordinate representation of color #B676DA: hue angle of 278.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B676DA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 118 218 -
CMYK 0.17 0.46 0 0.15
HSL 278.4º 0.57% 0.66% -
HSV(B) 278.4º 0.46% 0.85% -
XYZ 38.42 27.96 69.7 -
YUV 148.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 182 118 218 0.17 0.46 0 0.15 278.4 0.57 0.66
Hex B6 76 DA 11 2E 0 F 116 39 42
Octal 266 166 332 21 56 0 17 426 71 102
Binary 10110110 1110110 11011010 10001 101110 0 1111 100010110 111001 1000010

Color Harmonies of #B676DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B676DA

Black with #B676DA

Text Example


Text Example

White with #B676DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B676DA; }

 p { color: rgb(182,118,218); }

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

background-color css

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

 a { background-color: rgb(182,118,218); }

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

border-color css

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

 span { border-color: rgb(182,118,218); }

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