Html Css Color HEX #B667EC Medium Orchid

📋 copy color: '#B667EC'

red 182 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #B667EC

Tints of Medium Orchid #B667EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.77%

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

R = 34.93%
G = 19.77%
B = 45.3%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B667EC (or 0xB667EC) is known color: Medium Orchid. HEX triplet: B6, 67 and EC. RGB value is (182,103,236). Sum of RGB (Red+Green+Blue) = 182+103+236=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #B667EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B667EC is #499813. Grayscale: #8D8D8D. Windows color (decimal): -4823060 or 15493046. OLE color: 15493046.

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

Color convert

RGB 182 103 236 -
CMYK 0.23 0.56 0 0.07
HSL 275.64º 0.78% 0.66% -
HSV(B) 275.64º 0.56% 0.93% -
XYZ 39.28 25.7 82.25 -
YUV 141.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 182 103 236 0.23 0.56 0 0.07 275.64 0.78 0.66
Hex B6 67 EC 17 38 0 7 114 4E 42
Octal 266 147 354 27 70 0 7 424 116 102
Binary 10110110 1100111 11101100 10111 111000 0 111 100010100 1001110 1000010

Color Harmonies of #B667EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B667EC

Black with #B667EC

Text Example


Text Example

White with #B667EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B667EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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