Html Css Color HEX #B255D0 Medium Orchid

📋 copy color: '#B255D0'

red 178 ◦ green 85 ◦ blue 208

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

Shades of Medium Orchid #B255D0

Tints of Medium Orchid #B255D0

RGB

 RED value IS 178 (69.92% from 255) = 37.79%

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

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 37.79%
G = 18.05%
B = 44.16%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B255D0 (or 0xB255D0) is known color: Medium Orchid. HEX triplet: B2, 55 and D0. RGB value is (178,85,208). Sum of RGB (Red+Green+Blue) = 178+85+208=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #B255D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255D0 is #4DAA2F. Grayscale: #7E7E7E. Windows color (decimal): -5089840 or 13653426. OLE color: 13653426.

HSL color Cylindrical-coordinate representation of color #B255D0: hue angle of 285.37º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B255D0 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 85 208 -
CMYK 0.14 0.59 0 0.18
HSL 285.37º 0.57% 0.57% -
HSV(B) 285.37º 0.59% 0.82% -
XYZ 32.99 20.52 61.9 -
YUV 126.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 178 85 208 0.14 0.59 0 0.18 285.37 0.57 0.57
Hex B2 55 D0 E 3B 0 12 11D 39 39
Octal 262 125 320 16 73 0 22 435 71 71
Binary 10110010 1010101 11010000 1110 111011 0 10010 100011101 111001 111001

Color Harmonies of #B255D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255D0

Black with #B255D0

Text Example


Text Example

White with #B255D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255D0; }

 p { color: rgb(178,85,208); }

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

background-color css

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

 a { background-color: rgb(178,85,208); }

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

border-color css

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

 span { border-color: rgb(178,85,208); }

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