Html Css Color HEX #B369E5 Medium Orchid

📋 copy color: '#B369E5'

red 179 ◦ green 105 ◦ blue 229

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

Shades of Medium Orchid #B369E5

Tints of Medium Orchid #B369E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.64%

R = 34.89%
G = 20.47%
B = 44.64%

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

#B369E5 (or 0xB369E5) is known color: Medium Orchid. HEX triplet: B3, 69 and E5. RGB value is (179,105,229). Sum of RGB (Red+Green+Blue) = 179+105+229=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #B369E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369E5 is #4C961A. Grayscale: #8C8C8C. Windows color (decimal): -5019163 or 15034803. OLE color: 15034803.

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

Color convert

RGB 179 105 229 -
CMYK 0.22 0.54 0 0.10
HSL 275.81º 0.7% 0.65% -
HSV(B) 275.81º 0.54% 0.9% -
XYZ 37.78 25.34 77.03 -
YUV 141.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 179 105 229 0.22 0.54 0 0.10 275.81 0.7 0.65
Hex B3 69 E5 16 36 0 A 114 46 41
Octal 263 151 345 26 66 0 12 424 106 101
Binary 10110011 1101001 11100101 10110 110110 0 1010 100010100 1000110 1000001

Color Harmonies of #B369E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369E5

Black with #B369E5

Text Example


Text Example

White with #B369E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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