Html Css Color HEX #B365CD Medium Orchid

📋 copy color: '#B365CD'

red 179 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #B365CD

Tints of Medium Orchid #B365CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 36.91%
G = 20.82%
B = 42.27%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B365CD (or 0xB365CD) is known color: Medium Orchid. HEX triplet: B3, 65 and CD. RGB value is (179,101,205). Sum of RGB (Red+Green+Blue) = 179+101+205=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #B365CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365CD is #4C9A32. Grayscale: #878787. Windows color (decimal): -5020211 or 13460915. OLE color: 13460915.

HSL color Cylindrical-coordinate representation of color #B365CD: hue angle of 285º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B365CD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 101 205 -
CMYK 0.13 0.51 0 0.20
HSL 285º 0.51% 0.6% -
HSV(B) 285º 0.51% 0.8% -
XYZ 34.26 23.3 60.45 -
YUV 136.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 179 101 205 0.13 0.51 0 0.20 285 0.51 0.6
Hex B3 65 CD D 33 0 14 11D 33 3C
Octal 263 145 315 15 63 0 24 435 63 74
Binary 10110011 1100101 11001101 1101 110011 0 10100 100011101 110011 111100

Color Harmonies of #B365CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365CD

Black with #B365CD

Text Example


Text Example

White with #B365CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365CD; }

 p { color: rgb(179,101,205); }

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

background-color css

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

 a { background-color: rgb(179,101,205); }

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

border-color css

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

 span { border-color: rgb(179,101,205); }

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