Html Css Color HEX #B369E6 Medium Orchid

📋 copy color: '#B369E6'

red 179 ◦ green 105 ◦ blue 230

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

Shades of Medium Orchid #B369E6

Tints of Medium Orchid #B369E6

RGB

 RED value IS 179 (70.31% from 255) = 34.82%

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

 BLUE value IS 230 (90.23% from 255) = 44.75%

R = 34.82%
G = 20.43%
B = 44.75%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B369E6 (or 0xB369E6) is known color: Medium Orchid. HEX triplet: B3, 69 and E6. RGB value is (179,105,230). Sum of RGB (Red+Green+Blue) = 179+105+230=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #B369E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369E6 is #4C9619. Grayscale: #8C8C8C. Windows color (decimal): -5019162 or 15100339. OLE color: 15100339.

HSL color Cylindrical-coordinate representation of color #B369E6: hue angle of 275.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B369E6 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 105 230 -
CMYK 0.22 0.54 0 0.10
HSL 275.52º 0.71% 0.66% -
HSV(B) 275.52º 0.54% 0.9% -
XYZ 37.92 25.4 77.77 -
YUV 141.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 179 105 230 0.22 0.54 0 0.10 275.52 0.71 0.66
Hex B3 69 E6 16 36 0 A 114 47 42
Octal 263 151 346 26 66 0 12 424 107 102
Binary 10110011 1101001 11100110 10110 110110 0 1010 100010100 1000111 1000010

Color Harmonies of #B369E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369E6

Black with #B369E6

Text Example


Text Example

White with #B369E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369E6; }

 p { color: rgb(179,105,230); }

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

background-color css

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

 a { background-color: rgb(179,105,230); }

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

border-color css

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

 span { border-color: rgb(179,105,230); }

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