Html Css Color HEX #B355DE Medium Orchid

📋 copy color: '#B355DE'

red 179 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #B355DE

Tints of Medium Orchid #B355DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 36.83%
G = 17.49%
B = 45.68%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B355DE (or 0xB355DE) is known color: Medium Orchid. HEX triplet: B3, 55 and DE. RGB value is (179,85,222). Sum of RGB (Red+Green+Blue) = 179+85+222=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #B355DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355DE is #4CAA21. Grayscale: #808080. Windows color (decimal): -5024290 or 14570931. OLE color: 14570931.

HSL color Cylindrical-coordinate representation of color #B355DE: hue angle of 281.17º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B355DE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 85 222 -
CMYK 0.19 0.62 0 0.13
HSL 281.17º 0.67% 0.6% -
HSV(B) 281.17º 0.62% 0.87% -
XYZ 35.02 21.35 71.38 -
YUV 128.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 179 85 222 0.19 0.62 0 0.13 281.17 0.67 0.6
Hex B3 55 DE 13 3E 0 D 119 43 3C
Octal 263 125 336 23 76 0 15 431 103 74
Binary 10110011 1010101 11011110 10011 111110 0 1101 100011001 1000011 111100

Color Harmonies of #B355DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355DE

Black with #B355DE

Text Example


Text Example

White with #B355DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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