Html Css Color HEX #B671EC Medium Orchid

📋 copy color: '#B671EC'

red 182 ◦ green 113 ◦ blue 236

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

Shades of Medium Orchid #B671EC

Tints of Medium Orchid #B671EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 34.27%
G = 21.28%
B = 44.44%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B671EC (or 0xB671EC) is known color: Medium Orchid. HEX triplet: B6, 71 and EC. RGB value is (182,113,236). Sum of RGB (Red+Green+Blue) = 182+113+236=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #B671EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B671EC is #498E13. Grayscale: #939393. Windows color (decimal): -4820500 or 15495606. OLE color: 15495606.

HSL color Cylindrical-coordinate representation of color #B671EC: hue angle of 273.66º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B671EC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 113 236 -
CMYK 0.23 0.52 0 0.07
HSL 273.66º 0.76% 0.68% -
HSV(B) 273.66º 0.52% 0.93% -
XYZ 40.34 27.81 82.6 -
YUV 147.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 182 113 236 0.23 0.52 0 0.07 273.66 0.76 0.68
Hex B6 71 EC 17 34 0 7 112 4C 44
Octal 266 161 354 27 64 0 7 422 114 104
Binary 10110110 1110001 11101100 10111 110100 0 111 100010010 1001100 1000100

Color Harmonies of #B671EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671EC

Black with #B671EC

Text Example


Text Example

White with #B671EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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