Html Css Color HEX #B668EC Medium Orchid

📋 copy color: '#B668EC'

red 182 ◦ green 104 ◦ blue 236

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

Shades of Medium Orchid #B668EC

Tints of Medium Orchid #B668EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.92%

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

R = 34.87%
G = 19.92%
B = 45.21%

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

#B668EC (or 0xB668EC) is known color: Medium Orchid. HEX triplet: B6, 68 and EC. RGB value is (182,104,236). Sum of RGB (Red+Green+Blue) = 182+104+236=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B668EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B668EC is #499713. Grayscale: #8D8D8D. Windows color (decimal): -4822804 or 15493302. OLE color: 15493302.

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

Color convert

RGB 182 104 236 -
CMYK 0.23 0.56 0 0.07
HSL 275.45º 0.78% 0.67% -
HSV(B) 275.45º 0.56% 0.93% -
XYZ 39.38 25.9 82.28 -
YUV 142.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 182 104 236 0.23 0.56 0 0.07 275.45 0.78 0.67
Hex B6 68 EC 17 38 0 7 113 4E 43
Octal 266 150 354 27 70 0 7 423 116 103
Binary 10110110 1101000 11101100 10111 111000 0 111 100010011 1001110 1000011

Color Harmonies of #B668EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668EC

Black with #B668EC

Text Example


Text Example

White with #B668EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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