Html Css Color HEX #B355DA Medium Orchid

📋 copy color: '#B355DA'

red 179 ◦ green 85 ◦ blue 218

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

Shades of Medium Orchid #B355DA

Tints of Medium Orchid #B355DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 37.14%
G = 17.63%
B = 45.23%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B355DA (or 0xB355DA) is known color: Medium Orchid. HEX triplet: B3, 55 and DA. RGB value is (179,85,218). Sum of RGB (Red+Green+Blue) = 179+85+218=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #B355DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355DA is #4CAA25. Grayscale: #7F7F7F. Windows color (decimal): -5024294 or 14308787. OLE color: 14308787.

HSL color Cylindrical-coordinate representation of color #B355DA: hue angle of 282.41º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B355DA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 85 218 -
CMYK 0.18 0.61 0 0.15
HSL 282.41º 0.64% 0.59% -
HSV(B) 282.41º 0.61% 0.85% -
XYZ 34.49 21.14 68.59 -
YUV 128.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 179 85 218 0.18 0.61 0 0.15 282.41 0.64 0.59
Hex B3 55 DA 12 3D 0 F 11A 40 3B
Octal 263 125 332 22 75 0 17 432 100 73
Binary 10110011 1010101 11011010 10010 111101 0 1111 100011010 1000000 111011

Color Harmonies of #B355DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355DA

Black with #B355DA

Text Example


Text Example

White with #B355DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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