Html Css Color HEX #B655EB Medium Orchid

📋 copy color: '#B655EB'

red 182 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #B655EB

Tints of Medium Orchid #B655EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 36.25%
G = 16.93%
B = 46.81%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B655EB (or 0xB655EB) is known color: Medium Orchid. HEX triplet: B6, 55 and EB. RGB value is (182,85,235). Sum of RGB (Red+Green+Blue) = 182+85+235=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #B655EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655EB is #49AA14. Grayscale: #828282. Windows color (decimal): -4827669 or 15422902. OLE color: 15422902.

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

Color convert

RGB 182 85 235 -
CMYK 0.23 0.64 0 0.08
HSL 278.8º 0.79% 0.63% -
HSV(B) 278.8º 0.64% 0.92% -
XYZ 37.54 22.44 80.95 -
YUV 131.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 182 85 235 0.23 0.64 0 0.08 278.8 0.79 0.63
Hex B6 55 EB 17 40 0 8 117 4F 3F
Octal 266 125 353 27 100 0 10 427 117 77
Binary 10110110 1010101 11101011 10111 1000000 0 1000 100010111 1001111 111111

Color Harmonies of #B655EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655EB

Black with #B655EB

Text Example


Text Example

White with #B655EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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