Html Css Color HEX #B369EE Medium Orchid

📋 copy color: '#B369EE'

red 179 ◦ green 105 ◦ blue 238

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

Shades of Medium Orchid #B369EE

Tints of Medium Orchid #B369EE

RGB

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

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

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

R = 34.29%
G = 20.11%
B = 45.59%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B369EE (or 0xB369EE) is known color: Medium Orchid. HEX triplet: B3, 69 and EE. RGB value is (179,105,238). Sum of RGB (Red+Green+Blue) = 179+105+238=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #B369EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369EE is #4C9611. Grayscale: #8D8D8D. Windows color (decimal): -5019154 or 15624627. OLE color: 15624627.

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

Color convert

RGB 179 105 238 -
CMYK 0.25 0.56 0 0.07
HSL 273.38º 0.8% 0.67% -
HSV(B) 273.38º 0.56% 0.93% -
XYZ 39.07 25.86 83.82 -
YUV 142.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 179 105 238 0.25 0.56 0 0.07 273.38 0.8 0.67
Hex B3 69 EE 19 38 0 7 111 50 43
Octal 263 151 356 31 70 0 7 421 120 103
Binary 10110011 1101001 11101110 11001 111000 0 111 100010001 1010000 1000011

Color Harmonies of #B369EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369EE

Black with #B369EE

Text Example


Text Example

White with #B369EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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