Html Css Color HEX #B675DC Medium Orchid

📋 copy color: '#B675DC'

red 182 ◦ green 117 ◦ blue 220

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

Shades of Medium Orchid #B675DC

Tints of Medium Orchid #B675DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.54%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 35.07%
G = 22.54%
B = 42.39%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B675DC (or 0xB675DC) is known color: Medium Orchid. HEX triplet: B6, 75 and DC. RGB value is (182,117,220). Sum of RGB (Red+Green+Blue) = 182+117+220=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B675DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675DC is #498A23. Grayscale: #939393. Windows color (decimal): -4819492 or 14448054. OLE color: 14448054.

HSL color Cylindrical-coordinate representation of color #B675DC: hue angle of 277.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B675DC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 117 220 -
CMYK 0.17 0.47 0 0.14
HSL 277.86º 0.6% 0.66% -
HSV(B) 277.86º 0.47% 0.86% -
XYZ 38.57 27.83 71.05 -
YUV 148.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 182 117 220 0.17 0.47 0 0.14 277.86 0.6 0.66
Hex B6 75 DC 11 2F 0 E 116 3C 42
Octal 266 165 334 21 57 0 16 426 74 102
Binary 10110110 1110101 11011100 10001 101111 0 1110 100010110 111100 1000010

Color Harmonies of #B675DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675DC

Black with #B675DC

Text Example


Text Example

White with #B675DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675DC; }

 p { color: rgb(182,117,220); }

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

background-color css

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

 a { background-color: rgb(182,117,220); }

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

border-color css

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

 span { border-color: rgb(182,117,220); }

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