Html Css Color HEX #B655D3 Medium Orchid

📋 copy color: '#B655D3'

red 182 ◦ green 85 ◦ blue 211

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

Shades of Medium Orchid #B655D3

Tints of Medium Orchid #B655D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.14%

R = 38.08%
G = 17.78%
B = 44.14%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B655D3 (or 0xB655D3) is known color: Medium Orchid. HEX triplet: B6, 55 and D3. RGB value is (182,85,211). Sum of RGB (Red+Green+Blue) = 182+85+211=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #B655D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655D3 is #49AA2C. Grayscale: #7F7F7F. Windows color (decimal): -4827693 or 13850038. OLE color: 13850038.

HSL color Cylindrical-coordinate representation of color #B655D3: hue angle of 286.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B655D3 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 85 211 -
CMYK 0.14 0.60 0 0.17
HSL 286.19º 0.59% 0.58% -
HSV(B) 286.19º 0.6% 0.83% -
XYZ 34.3 21.15 63.9 -
YUV 128.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 182 85 211 0.14 0.60 0 0.17 286.19 0.59 0.58
Hex B6 55 D3 E 3C 0 11 11E 3B 3A
Octal 266 125 323 16 74 0 21 436 73 72
Binary 10110110 1010101 11010011 1110 111100 0 10001 100011110 111011 111010

Color Harmonies of #B655D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655D3

Black with #B655D3

Text Example


Text Example

White with #B655D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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