Html Css Color HEX #B336F1 Medium Orchid

📋 copy color: '#B336F1'

red 179 ◦ green 54 ◦ blue 241

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

Shades of Medium Orchid #B336F1

Tints of Medium Orchid #B336F1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.39%

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 37.76%
G = 11.39%
B = 50.84%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B336F1 (or 0xB336F1) is known color: Medium Orchid. HEX triplet: B3, 36 and F1. RGB value is (179,54,241). Sum of RGB (Red+Green+Blue) = 179+54+241=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #B336F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B336F1 is #4CC90E. Grayscale: #707070. Windows color (decimal): -5032207 or 15808179. OLE color: 15808179.

HSL color Cylindrical-coordinate representation of color #B336F1: hue angle of 280.11º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B336F1 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 54 241 -
CMYK 0.26 0.78 0 0.05
HSL 280.11º 0.87% 0.58% -
HSV(B) 280.11º 0.78% 0.95% -
XYZ 35.79 18.57 84.92 -
YUV 112.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 179 54 241 0.26 0.78 0 0.05 280.11 0.87 0.58
Hex B3 36 F1 1A 4E 0 5 118 57 3A
Octal 263 66 361 32 116 0 5 430 127 72
Binary 10110011 110110 11110001 11010 1001110 0 101 100011000 1010111 111010

Color Harmonies of #B336F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B336F1

Black with #B336F1

Text Example


Text Example

White with #B336F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B336F1; }

 p { color: rgb(179,54,241); }

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

background-color css

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

 a { background-color: rgb(179,54,241); }

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

border-color css

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

 span { border-color: rgb(179,54,241); }

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