Html Css Color HEX #B655EE Medium Orchid

📋 copy color: '#B655EE'

red 182 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #B655EE

Tints of Medium Orchid #B655EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 36.04%
G = 16.83%
B = 47.13%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B655EE (or 0xB655EE) is known color: Medium Orchid. HEX triplet: B6, 55 and EE. RGB value is (182,85,238). Sum of RGB (Red+Green+Blue) = 182+85+238=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #B655EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655EE is #49AA11. Grayscale: #828282. Windows color (decimal): -4827666 or 15619510. OLE color: 15619510.

HSL color Cylindrical-coordinate representation of color #B655EE: hue angle of 278.04º degrees, saturation: 0.82, 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 #B655EE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 85 238 -
CMYK 0.24 0.64 0 0.07
HSL 278.04º 0.82% 0.63% -
HSV(B) 278.04º 0.64% 0.93% -
XYZ 37.97 22.62 83.25 -
YUV 131.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 182 85 238 0.24 0.64 0 0.07 278.04 0.82 0.63
Hex B6 55 EE 18 40 0 7 116 52 3F
Octal 266 125 356 30 100 0 7 426 122 77
Binary 10110110 1010101 11101110 11000 1000000 0 111 100010110 1010010 111111

Color Harmonies of #B655EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655EE

Black with #B655EE

Text Example


Text Example

White with #B655EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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