Html Css Color HEX #B655ED Medium Orchid

📋 copy color: '#B655ED'

red 182 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #B655ED

Tints of Medium Orchid #B655ED

RGB

 RED value IS 182 (71.48% from 255) = 36.11%

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 36.11%
G = 16.87%
B = 47.02%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B655ED (or 0xB655ED) is known color: Medium Orchid. HEX triplet: B6, 55 and ED. RGB value is (182,85,237). Sum of RGB (Red+Green+Blue) = 182+85+237=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #B655ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655ED is #49AA12. Grayscale: #828282. Windows color (decimal): -4827667 or 15553974. OLE color: 15553974.

HSL color Cylindrical-coordinate representation of color #B655ED: hue angle of 278.29º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B655ED is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 85 237 -
CMYK 0.23 0.64 0 0.07
HSL 278.29º 0.81% 0.63% -
HSV(B) 278.29º 0.64% 0.93% -
XYZ 37.83 22.56 82.48 -
YUV 131.33 187.64 164.14 -
System Red Green Blue C M Y K H S L
Decimal 182 85 237 0.23 0.64 0 0.07 278.29 0.81 0.63
Hex B6 55 ED 17 40 0 7 116 51 3F
Octal 266 125 355 27 100 0 7 426 121 77
Binary 10110110 1010101 11101101 10111 1000000 0 111 100010110 1010001 111111

Color Harmonies of #B655ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655ED

Black with #B655ED

Text Example


Text Example

White with #B655ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655ED; }

 p { color: rgb(182,85,237); }

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

background-color css

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

 a { background-color: rgb(182,85,237); }

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

border-color css

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

 span { border-color: rgb(182,85,237); }

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