Html Css Color HEX #B365EE Medium Orchid

📋 copy color: '#B365EE'

red 179 ◦ green 101 ◦ blue 238

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

Shades of Medium Orchid #B365EE

Tints of Medium Orchid #B365EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 34.56%
G = 19.5%
B = 45.95%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B365EE (or 0xB365EE) is known color: Medium Orchid. HEX triplet: B3, 65 and EE. RGB value is (179,101,238). Sum of RGB (Red+Green+Blue) = 179+101+238=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #B365EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365EE is #4C9A11. Grayscale: #8B8B8B. Windows color (decimal): -5020178 or 15623603. OLE color: 15623603.

HSL color Cylindrical-coordinate representation of color #B365EE: hue angle of 274.16º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B365EE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 101 238 -
CMYK 0.25 0.58 0 0.07
HSL 274.16º 0.8% 0.66% -
HSV(B) 274.16º 0.58% 0.93% -
XYZ 38.68 25.06 83.69 -
YUV 139.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 179 101 238 0.25 0.58 0 0.07 274.16 0.8 0.66
Hex B3 65 EE 19 3A 0 7 112 50 42
Octal 263 145 356 31 72 0 7 422 120 102
Binary 10110011 1100101 11101110 11001 111010 0 111 100010010 1010000 1000010

Color Harmonies of #B365EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365EE

Black with #B365EE

Text Example


Text Example

White with #B365EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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