Html Css Color HEX #B355F3 Medium Orchid

📋 copy color: '#B355F3'

red 179 ◦ green 85 ◦ blue 243

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

Shades of Medium Orchid #B355F3

Tints of Medium Orchid #B355F3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.77%

 BLUE value IS 243 (95.31% from 255) = 47.93%

R = 35.31%
G = 16.77%
B = 47.93%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B355F3 (or 0xB355F3) is known color: Medium Orchid. HEX triplet: B3, 55 and F3. RGB value is (179,85,243). Sum of RGB (Red+Green+Blue) = 179+85+243=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #B355F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355F3 is #4CAA0C. Grayscale: #828282. Windows color (decimal): -5024269 or 15947187. OLE color: 15947187.

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

Color convert

RGB 179 85 243 -
CMYK 0.26 0.65 0 0.05
HSL 275.7º 0.87% 0.64% -
HSV(B) 275.7º 0.65% 0.95% -
XYZ 38.02 22.55 87.14 -
YUV 131.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 179 85 243 0.26 0.65 0 0.05 275.7 0.87 0.64
Hex B3 55 F3 1A 41 0 5 114 57 40
Octal 263 125 363 32 101 0 5 424 127 100
Binary 10110011 1010101 11110011 11010 1000001 0 101 100010100 1010111 1000000

Color Harmonies of #B355F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355F3

Black with #B355F3

Text Example


Text Example

White with #B355F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355F3; }

 p { color: rgb(179,85,243); }

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

background-color css

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

 a { background-color: rgb(179,85,243); }

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

border-color css

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

 span { border-color: rgb(179,85,243); }

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