Html Css Color HEX #B670C7 Medium Orchid

📋 copy color: '#B670C7'

red 182 ◦ green 112 ◦ blue 199

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

Shades of Medium Orchid #B670C7

Tints of Medium Orchid #B670C7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.72%

 BLUE value IS 199 (78.13% from 255) = 40.37%

R = 36.92%
G = 22.72%
B = 40.37%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B670C7 (or 0xB670C7) is known color: Medium Orchid. HEX triplet: B6, 70 and C7. RGB value is (182,112,199). Sum of RGB (Red+Green+Blue) = 182+112+199=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #B670C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670C7 is #498F38. Grayscale: #8E8E8E. Windows color (decimal): -4820793 or 13070518. OLE color: 13070518.

HSL color Cylindrical-coordinate representation of color #B670C7: hue angle of 288.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B670C7 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 112 199 -
CMYK 0.09 0.44 0 0.22
HSL 288.28º 0.44% 0.61% -
HSV(B) 288.28º 0.44% 0.78% -
XYZ 35.39 25.66 57.12 -
YUV 142.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 182 112 199 0.09 0.44 0 0.22 288.28 0.44 0.61
Hex B6 70 C7 9 2C 0 16 120 2C 3D
Octal 266 160 307 11 54 0 26 440 54 75
Binary 10110110 1110000 11000111 1001 101100 0 10110 100100000 101100 111101

Color Harmonies of #B670C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670C7

Black with #B670C7

Text Example


Text Example

White with #B670C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670C7; }

 p { color: rgb(182,112,199); }

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

background-color css

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

 a { background-color: rgb(182,112,199); }

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

border-color css

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

 span { border-color: rgb(182,112,199); }

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