Html Css Color HEX #B369DC Medium Orchid

📋 copy color: '#B369DC'

red 179 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #B369DC

Tints of Medium Orchid #B369DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 35.52%
G = 20.83%
B = 43.65%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B369DC (or 0xB369DC) is known color: Medium Orchid. HEX triplet: B3, 69 and DC. RGB value is (179,105,220). Sum of RGB (Red+Green+Blue) = 179+105+220=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #B369DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369DC is #4C9623. Grayscale: #8B8B8B. Windows color (decimal): -5019172 or 14444979. OLE color: 14444979.

HSL color Cylindrical-coordinate representation of color #B369DC: hue angle of 278.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B369DC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 105 220 -
CMYK 0.19 0.52 0 0.14
HSL 278.61º 0.62% 0.64% -
HSV(B) 278.61º 0.52% 0.86% -
XYZ 36.56 24.85 70.58 -
YUV 140.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 179 105 220 0.19 0.52 0 0.14 278.61 0.62 0.64
Hex B3 69 DC 13 34 0 E 117 3E 40
Octal 263 151 334 23 64 0 16 427 76 100
Binary 10110011 1101001 11011100 10011 110100 0 1110 100010111 111110 1000000

Color Harmonies of #B369DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369DC

Black with #B369DC

Text Example


Text Example

White with #B369DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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