Html Css Color HEX #B669EB Medium Orchid

📋 copy color: '#B669EB'

red 182 ◦ green 105 ◦ blue 235

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

Shades of Medium Orchid #B669EB

Tints of Medium Orchid #B669EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 34.87%
G = 20.11%
B = 45.02%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B669EB (or 0xB669EB) is known color: Medium Orchid. HEX triplet: B6, 69 and EB. RGB value is (182,105,235). Sum of RGB (Red+Green+Blue) = 182+105+235=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #B669EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669EB is #499614. Grayscale: #8E8E8E. Windows color (decimal): -4822549 or 15428022. OLE color: 15428022.

HSL color Cylindrical-coordinate representation of color #B669EB: hue angle of 275.54º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B669EB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 105 235 -
CMYK 0.23 0.55 0 0.08
HSL 275.54º 0.76% 0.67% -
HSV(B) 275.54º 0.55% 0.92% -
XYZ 39.34 26.05 81.55 -
YUV 142.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 182 105 235 0.23 0.55 0 0.08 275.54 0.76 0.67
Hex B6 69 EB 17 37 0 8 114 4C 43
Octal 266 151 353 27 67 0 10 424 114 103
Binary 10110110 1101001 11101011 10111 110111 0 1000 100010100 1001100 1000011

Color Harmonies of #B669EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669EB

Black with #B669EB

Text Example


Text Example

White with #B669EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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