Html Css Color HEX #B466EC Medium Orchid

📋 copy color: '#B466EC'

red 180 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #B466EC

Tints of Medium Orchid #B466EC

RGB

 RED value IS 180 (70.7% from 255) = 34.75%

 GREEN value IS 102 (40.23% from 255) = 19.69%

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

R = 34.75%
G = 19.69%
B = 45.56%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B466EC (or 0xB466EC) is known color: Medium Orchid. HEX triplet: B4, 66 and EC. RGB value is (180,102,236). Sum of RGB (Red+Green+Blue) = 180+102+236=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #B466EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466EC is #4B9913. Grayscale: #8C8C8C. Windows color (decimal): -4954388 or 15492788. OLE color: 15492788.

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

Color convert

RGB 180 102 236 -
CMYK 0.24 0.57 0 0.07
HSL 274.93º 0.78% 0.66% -
HSV(B) 274.93º 0.57% 0.93% -
XYZ 38.71 25.26 82.19 -
YUV 140.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 180 102 236 0.24 0.57 0 0.07 274.93 0.78 0.66
Hex B4 66 EC 18 39 0 7 113 4E 42
Octal 264 146 354 30 71 0 7 423 116 102
Binary 10110100 1100110 11101100 11000 111001 0 111 100010011 1001110 1000010

Color Harmonies of #B466EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466EC

Black with #B466EC

Text Example


Text Example

White with #B466EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466EC; }

 p { color: rgb(180,102,236); }

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

background-color css

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

 a { background-color: rgb(180,102,236); }

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

border-color css

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

 span { border-color: rgb(180,102,236); }

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