Html Css Color HEX #B255EF Medium Orchid

📋 copy color: '#B255EF'

red 178 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #B255EF

Tints of Medium Orchid #B255EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 35.46%
G = 16.93%
B = 47.61%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B255EF (or 0xB255EF) is known color: Medium Orchid. HEX triplet: B2, 55 and EF. RGB value is (178,85,239). Sum of RGB (Red+Green+Blue) = 178+85+239=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #B255EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255EF is #4DAA10. Grayscale: #818181. Windows color (decimal): -5089809 or 15685042. OLE color: 15685042.

HSL color Cylindrical-coordinate representation of color #B255EF: hue angle of 276.23º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B255EF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 85 239 -
CMYK 0.26 0.64 0 0.06
HSL 276.23º 0.83% 0.64% -
HSV(B) 276.23º 0.64% 0.94% -
XYZ 37.19 22.19 83.99 -
YUV 130.36 189.31 161.98 -
System Red Green Blue C M Y K H S L
Decimal 178 85 239 0.26 0.64 0 0.06 276.23 0.83 0.64
Hex B2 55 EF 1A 40 0 6 114 53 40
Octal 262 125 357 32 100 0 6 424 123 100
Binary 10110010 1010101 11101111 11010 1000000 0 110 100010100 1010011 1000000

Color Harmonies of #B255EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255EF

Black with #B255EF

Text Example


Text Example

White with #B255EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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