Html Css Color HEX #B338EC Medium Orchid

📋 copy color: '#B338EC'

red 179 ◦ green 56 ◦ blue 236

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

Shades of Medium Orchid #B338EC

Tints of Medium Orchid #B338EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.89%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 38%
G = 11.89%
B = 50.11%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B338EC (or 0xB338EC) is known color: Medium Orchid. HEX triplet: B3, 38 and EC. RGB value is (179,56,236). Sum of RGB (Red+Green+Blue) = 179+56+236=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #B338EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B338EC is #4CC713. Grayscale: #707070. Windows color (decimal): -5031700 or 15481011. OLE color: 15481011.

HSL color Cylindrical-coordinate representation of color #B338EC: hue angle of 281º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B338EC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 56 236 -
CMYK 0.24 0.76 0 0.07
HSL 281º 0.83% 0.57% -
HSV(B) 281º 0.76% 0.93% -
XYZ 35.14 18.47 81.07 -
YUV 113.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 179 56 236 0.24 0.76 0 0.07 281 0.83 0.57
Hex B3 38 EC 18 4C 0 7 119 53 39
Octal 263 70 354 30 114 0 7 431 123 71
Binary 10110011 111000 11101100 11000 1001100 0 111 100011001 1010011 111001

Color Harmonies of #B338EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338EC

Black with #B338EC

Text Example


Text Example

White with #B338EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338EC; }

 p { color: rgb(179,56,236); }

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

background-color css

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

 a { background-color: rgb(179,56,236); }

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

border-color css

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

 span { border-color: rgb(179,56,236); }

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