Html Css Color HEX #B365EB Medium Orchid

📋 copy color: '#B365EB'

red 179 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #B365EB

Tints of Medium Orchid #B365EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 34.76%
G = 19.61%
B = 45.63%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B365EB (or 0xB365EB) is known color: Medium Orchid. HEX triplet: B3, 65 and EB. RGB value is (179,101,235). Sum of RGB (Red+Green+Blue) = 179+101+235=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #B365EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365EB is #4C9A14. Grayscale: #8B8B8B. Windows color (decimal): -5020181 or 15426995. OLE color: 15426995.

HSL color Cylindrical-coordinate representation of color #B365EB: hue angle of 274.93º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B365EB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 101 235 -
CMYK 0.24 0.57 0 0.08
HSL 274.93º 0.77% 0.66% -
HSV(B) 274.93º 0.57% 0.92% -
XYZ 38.24 24.89 81.39 -
YUV 139.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 179 101 235 0.24 0.57 0 0.08 274.93 0.77 0.66
Hex B3 65 EB 18 39 0 8 113 4D 42
Octal 263 145 353 30 71 0 10 423 115 102
Binary 10110011 1100101 11101011 11000 111001 0 1000 100010011 1001101 1000010

Color Harmonies of #B365EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365EB

Black with #B365EB

Text Example


Text Example

White with #B365EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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