Html Css Color HEX #B669EC Medium Orchid

📋 copy color: '#B669EC'

red 182 ◦ green 105 ◦ blue 236

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

Shades of Medium Orchid #B669EC

Tints of Medium Orchid #B669EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.08%

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

R = 34.8%
G = 20.08%
B = 45.12%

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

#B669EC (or 0xB669EC) is known color: Medium Orchid. HEX triplet: B6, 69 and EC. RGB value is (182,105,236). Sum of RGB (Red+Green+Blue) = 182+105+236=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #B669EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669EC is #499613. Grayscale: #8E8E8E. Windows color (decimal): -4822548 or 15493558. OLE color: 15493558.

HSL color Cylindrical-coordinate representation of color #B669EC: hue angle of 275.27º 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 #B669EC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 105 236 -
CMYK 0.23 0.56 0 0.07
HSL 275.27º 0.78% 0.67% -
HSV(B) 275.27º 0.56% 0.93% -
XYZ 39.48 26.1 82.31 -
YUV 142.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 182 105 236 0.23 0.56 0 0.07 275.27 0.78 0.67
Hex B6 69 EC 17 38 0 7 113 4E 43
Octal 266 151 354 27 70 0 7 423 116 103
Binary 10110110 1101001 11101100 10111 111000 0 111 100010011 1001110 1000011

Color Harmonies of #B669EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669EC

Black with #B669EC

Text Example


Text Example

White with #B669EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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