Html Css Color HEX #B466EE Medium Orchid

📋 copy color: '#B466EE'

red 180 ◦ green 102 ◦ blue 238

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

Shades of Medium Orchid #B466EE

Tints of Medium Orchid #B466EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 34.62%
G = 19.62%
B = 45.77%

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

#B466EE (or 0xB466EE) is known color: Medium Orchid. HEX triplet: B4, 66 and EE. RGB value is (180,102,238). Sum of RGB (Red+Green+Blue) = 180+102+238=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #B466EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466EE is #4B9911. Grayscale: #8C8C8C. Windows color (decimal): -4954386 or 15623860. OLE color: 15623860.

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

Color convert

RGB 180 102 238 -
CMYK 0.24 0.57 0 0.07
HSL 274.41º 0.8% 0.67% -
HSV(B) 274.41º 0.57% 0.93% -
XYZ 39.01 25.38 83.73 -
YUV 140.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 180 102 238 0.24 0.57 0 0.07 274.41 0.8 0.67
Hex B4 66 EE 18 39 0 7 112 50 43
Octal 264 146 356 30 71 0 7 422 120 103
Binary 10110100 1100110 11101110 11000 111001 0 111 100010010 1010000 1000011

Color Harmonies of #B466EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466EE

Black with #B466EE

Text Example


Text Example

White with #B466EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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