Html Css Color HEX #B671C9 Medium Orchid

📋 copy color: '#B671C9'

red 182 ◦ green 113 ◦ blue 201

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

Shades of Medium Orchid #B671C9

Tints of Medium Orchid #B671C9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.78%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 36.69%
G = 22.78%
B = 40.52%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B671C9 (or 0xB671C9) is known color: Medium Orchid. HEX triplet: B6, 71 and C9. RGB value is (182,113,201). Sum of RGB (Red+Green+Blue) = 182+113+201=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #B671C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671C9 is #498E36. Grayscale: #8F8F8F. Windows color (decimal): -4820535 or 13201846. OLE color: 13201846.

HSL color Cylindrical-coordinate representation of color #B671C9: hue angle of 287.05º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B671C9 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 113 201 -
CMYK 0.09 0.44 0 0.21
HSL 287.05º 0.45% 0.62% -
HSV(B) 287.05º 0.44% 0.79% -
XYZ 35.74 25.97 58.39 -
YUV 143.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 182 113 201 0.09 0.44 0 0.21 287.05 0.45 0.62
Hex B6 71 C9 9 2C 0 15 11F 2D 3E
Octal 266 161 311 11 54 0 25 437 55 76
Binary 10110110 1110001 11001001 1001 101100 0 10101 100011111 101101 111110

Color Harmonies of #B671C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671C9

Black with #B671C9

Text Example


Text Example

White with #B671C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671C9; }

 p { color: rgb(182,113,201); }

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

background-color css

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

 a { background-color: rgb(182,113,201); }

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

border-color css

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

 span { border-color: rgb(182,113,201); }

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