Html Css Color HEX #B369E1 Medium Orchid

📋 copy color: '#B369E1'

red 179 ◦ green 105 ◦ blue 225

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

Shades of Medium Orchid #B369E1

Tints of Medium Orchid #B369E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.2%

R = 35.17%
G = 20.63%
B = 44.2%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B369E1 (or 0xB369E1) is known color: Medium Orchid. HEX triplet: B3, 69 and E1. RGB value is (179,105,225). Sum of RGB (Red+Green+Blue) = 179+105+225=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #B369E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369E1 is #4C961E. Grayscale: #8C8C8C. Windows color (decimal): -5019167 or 14772659. OLE color: 14772659.

HSL color Cylindrical-coordinate representation of color #B369E1: hue angle of 277º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B369E1 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 105 225 -
CMYK 0.20 0.53 0 0.12
HSL 277º 0.67% 0.65% -
HSV(B) 277º 0.53% 0.88% -
XYZ 37.23 25.12 74.12 -
YUV 140.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 179 105 225 0.20 0.53 0 0.12 277 0.67 0.65
Hex B3 69 E1 14 35 0 C 115 43 41
Octal 263 151 341 24 65 0 14 425 103 101
Binary 10110011 1101001 11100001 10100 110101 0 1100 100010101 1000011 1000001

Color Harmonies of #B369E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369E1

Black with #B369E1

Text Example


Text Example

White with #B369E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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