Html Css Color HEX #B365CE Medium Orchid

📋 copy color: '#B365CE'

red 179 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #B365CE

Tints of Medium Orchid #B365CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 36.83%
G = 20.78%
B = 42.39%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B365CE (or 0xB365CE) is known color: Medium Orchid. HEX triplet: B3, 65 and CE. RGB value is (179,101,206). Sum of RGB (Red+Green+Blue) = 179+101+206=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B365CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365CE is #4C9A31. Grayscale: #878787. Windows color (decimal): -5020210 or 13526451. OLE color: 13526451.

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

Color convert

RGB 179 101 206 -
CMYK 0.13 0.51 0 0.19
HSL 284.57º 0.52% 0.6% -
HSV(B) 284.57º 0.51% 0.81% -
XYZ 34.38 23.35 61.09 -
YUV 136.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 179 101 206 0.13 0.51 0 0.19 284.57 0.52 0.6
Hex B3 65 CE D 33 0 13 11D 34 3C
Octal 263 145 316 15 63 0 23 435 64 74
Binary 10110011 1100101 11001110 1101 110011 0 10011 100011101 110100 111100

Color Harmonies of #B365CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365CE

Black with #B365CE

Text Example


Text Example

White with #B365CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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